Welcome to Choko-Hopper, the best online chocolate emporium in all the land!
Follow the instructions below to run Choko-Hopper on your local machine for development and testing purposes.
npm install
npm run start
npm run start-dev
npm run seed
To execute the unit tests:
npm run test