This is an online store app built with Vanilla JS as an exercise. This use an API class that holds all the data needed for the project.
You can see a demo here
- HTML
- SASS
- Javascript
- Webpack
1. Clone the repo
git clone <url_of_the_repo>
2. Install dependencies
npm install
3. Start local server
npm start
Server runs in localhost:3000