Shopping cart application.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to run the application, you need to setup the Shopping cart API
There are 2 ways to run the app on your computer. Running natively Node or using Docker.
Install node modules
npm install
Run development server
npm run dev
Build the image
docker build -t socialnerds/shopping-cart-app .
Run the image
docker run -p 8080:80 -d socialnerds/shopping-cart-app
Run development server (available only running natively Node).
npm start
npm tests
WIP
This project is licensed under the MIT License - see the LICENSE file for details