This note-saving application operates on a MEAN stack (MongoDB, Express, Angular 2 and NodeJS).
Run npm run build
to build the project, then navigate to http://localhost:3000/
.
Please note that lines 35, 36 and 37 should be uncommented in the server.js file for this option!
Run npm run devServer
to start the server, then navigate to http://localhost:3000/
.
Run npm run devWeb
to start the web application (Angular), then navigate to http://localhost:4200/
.
Please note that lines 35, 36 and 37 should remain commented out in the server.js file for this option!
By developing this way, any saved changes will be added automatically and with lighting speeds ⚡!