- React Hooks
- Redux Toolkit
- styled-components
- Webpack
- Babel
- Service Worker
# Install dependencies
$ npm install
# Start webpack-dev-server at port 8080
$ npm start
# Build app for production (gets output in the 'dist' directory)
$ npm run build