Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1000 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 1000 Bytes

Tracalorie Webpack

App for tracking calories, meals, and workout.

Table of Contents

Description

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.

Installation

To install and set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/arjunjayan999/tracalorie-webpack.git
    cd tracalorie-webpack
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Build for production:

    npm run build

Usage

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