A simple Task Manager project using MEAN (MongoDB, Express, Angular, Node) stack. Backend API uses (mLab) MongoLab remote database https://mlab.com.
- Make sure you have node.js installed version 5+
- Make sure you have NPM installed version 3+
- run
npm install -g webpack webpack-dev-server typescriptto install global dependencies - run
npm installto install dependencies - run
npm startto fire up dev server - open browser to
http://localhost:8080 - if you want to use other port, open
package.jsonfile, then change port in--port 8080script
- open the
apidirectory - run
npm installto install dependencies - run
npm run devto fire up NodeJS server (backend default port: 3500) - if you want to use other port, open
index.jsfile, then change port inconst APP_PORTor set the environment variablePORT