An open API service indexing awesome lists of open source software.

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

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`