-
NodeJS
http://www.nodejs.org
-
NPM updated
npm i -g npm
-
MongoDB running
http://mongodb.com/download-center#production
-
Clone the repo
git clone https://github.com/fabiociconi/FinalProjectCentennial.git
-
Install the NPM packages
npm run install:all
-
Start the application
npm start
-
Open the browser (If it doesn't open automatically)
http://localhost:4200
It's required to have the mongodb running before start the application.
It's recommend to use VSCode as editor.