- Ensure requirements are met, then execute the following in a terminal.
npm start Starts the development server.
npm run build Bundles the app into static files for production.
npm test Starts the test runner.
Suggestion, begin by typing:
cd expense-tracker npm start