https://github.com/adeelibr/mean-todo-angular2
A Todo App Built On Angular2, Express, Node, MongoDB
https://github.com/adeelibr/mean-todo-angular2
Last synced: 3 months ago
JSON representation
A Todo App Built On Angular2, Express, Node, MongoDB
- Host: GitHub
- URL: https://github.com/adeelibr/mean-todo-angular2
- Owner: adeelibr
- Created: 2017-01-26T21:58:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T17:49:41.000Z (over 9 years ago)
- Last Synced: 2025-12-30T11:44:27.522Z (7 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mean Todo App
This project was build on mean stack using Angular 2, Express, MongoDB, Nodejs
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project.
The build artifacts will be stored in the `dist/` directory.
Use the `-prod` flag for a production build.
## Deploy On server
Run `ng build --prod && node server.js`