A Webpack application using Bootstrap and custom CSS styles to tracks calories, meals, and workouts.
Check out the 🔗Live Demo
Install dependencies
npm install
Run dev server:
npm run dev
App will run on http://localhost:3000
Build for production:
npm run build
Production files will be in the dist
folder.