Run the following command in the Git CLI (git Bash)
git clone https://github.com/zabdisalam/MEAN_app.git
Then start the project
In order to start the project download the requrired packages by running the following npm command
npm install
In order to install the required packages individually:
npm install --save express mongoose cors body-parser
express
mongoose
cors
body-parser
When installed there should appear:
package-lock.json
node-modules/
command for front-end/:
ng serve
OR:
ng serve --open
command for backend/:
npm start