thovo / task-app

A simple project with Angular 12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TasksApp

This project was generated with Angular CLI version 12.0.3. This project will perform some CRUD operations with a task model:

task: {
    id: '', 
    name: ''
}

Before run project

Install dependencies:

yarn install

or

npm install

Clone Koa project here, follow the instruction to start a node server at port 3000. This project need this server to run properly.

Development server

Run yarn start for a dev server. Navigate to http://localhost:4200/.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests with Jest.

License

MIT

About

A simple project with Angular 12


Languages

Language:TypeScript 88.2%Language:HTML 5.3%Language:SCSS 4.3%Language:JavaScript 2.2%