Web application to count whatever you want!
Try the app here.
- HTML
- CSS
- JavaScript
- Webpack
Simply run npm install to download all packages described in the package.json.
npm install
Then you can use the Webpack DevServer by running the following command.
npm start