Home

Return

React - Front-end application

This is the front-end component of the Budget Application.

Requirements

  • NodeJS

Launching

  1. Open a new Terminal window on the location of this directory
  2. Execute the following command:
npm start

Production building

In order to deploy the project on a public domain, it is necessary to compile the React application into static files. This can be performed by running the following command:

npm run build

A static package of the application will now be created and placed in the /build directory.