App for tracking calories, meals, and workout.
Tracalorie Webpack is an application designed to help you track your daily calorie intake, meals, and workouts. It is built using JavaScript and HTML, and utilizes Webpack for module bundling.
To install and set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/arjunjayan999/tracalorie-webpack.git cd tracalorie-webpack
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
Once the development server is running, it will automatically open in browser.
For production build, just run the index.html in the dist folder created after running
npm run build