Task list for registered users. (MEAN, REST with JWT authentifikation, angular2-material)
1.2.1
- Navigate into the node app
cd mytasklist
- Install Dependencies
npm install
- Open a new terminal window.
- Navigate into
cd mytasklist/client/
- Install all dependencies
npm install
- Start mongodb on local machine:
$ mongod
- Start backend:
$ cd mytasklist
$ npm start
- Start frontend:
$ cd mytasklist/client/
$ npm start
Stanislav Baturin
- Facebook: @Stanislav Baturin
- This code is licensed under the MIT License.