A working demo of the repo is deployed here: https://baristamatic.netlify.com/
This project is generated with Angular CLI version 8.0.2. It uses version 8 of the Angular framework.
To see the full requirements for this coding challenge, visit this link.
Both the CLI and generated project have dependencies that require Node 10.13.0 or higher, together with NPM 6.9.0 or higher.
Click the link and install Node/NPM on your machine before you continue.
- Download and extract the files in the Zip file of this code onto your local machine
- Open a command terminal window and navigate to the extracted contents folder directory
- Run
npm install
to install all of the web app dependencies (make sure Node and NPM are already installed!) - To run, follow the instructions below to initiate the development server
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build --prod
to build the project. The build artifacts will be stored in the dist/
directory.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.