Front-end application for simplification of calculation of expenses.
npm: comes together with Node.js
In the project directory:
- Create file
.envand addREACT_APP_BASE_URL=/*path to api*/to it. - Run
npm iin the terminal to update the packages. - Run
npm startin the terminal to start the application.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.