Steps to install project:
- Install npm https://nodejs.org/en/download/
- Download github onto your machine
- Clone this repo to a folder on your machine
- Using command prompt; navigate to the folder, that contains the repo, and do
npm install
and all the packages will install for your project - Then do
npm run build
to build your application. - Then do
npm run start
to start the localhost environment. - Open a browser and go to
localhost:8080