It’s all about cakes!
A simple web app that allows a user to manage a list of their favourite cakes.
- React 16
- Webpack 4
- Babel
- ESLint
- Hot Module Replacement
- Bootstrap 4
- FastClick
- Progressive Web App (with manifest and service worker)
git clone git@github.com:seandelaney/cakes.gitcd cakesnpm install
npm run dev
npm run prod
The /dist folder contains everything required to publish the web app to a hosting server.