Skip to content

vaibhav-1508/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the project locally

In the project directory, first run:

npm install

Install all the dependancies required for the project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

You can use netlify or vercel for deploying your app. The build command is

npm run build

This will create a dist folder which can be served now

Check CONTRIBUTING.md for further details.