This is a web app that can be used to track the status of your monthly bills
- Install dependencies
npm install- Run in localhost
npm run dev- In your browser visit http://localhost:3000
- Install dependencies
npm install- Create production build
npm run build- Run in production version of web app in localhost
npm start- In your browser visit http://localhost:3000