Skip to content

arjunjayan999/tracalorie-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

App for tracking calories, meals and workout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published