Beer store checkout page with some discounts applied. Live version here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run this project you only need Node and NPM installed on your machine.
Also you need git to clone the project.
Inside the project folder run:
npm ci
Once installed to run the project use:
npm run dev
To run the test use the following command:
npm run test
If you prefer to keep the tests running and watching the files run:
npm run test:watch
To deploy the project first is needed to build the production files using the following command:
npm run build
This will create a dist folder that can be deployed in any server. Right now the project is deployed in Netlify.
- React - The UI library used
- Redux - State Management
- Typescript - Typing
- Jest and Enzyme - Testing
- Bit - Components Repository
- Netlify - Deployment Platform
- Álvaro Márquez - Initial work - PurpleBooth
This project is licensed under the MIT License - see the LICENSE.md file for details