Frontend setup
This is the frontend component of the project build in React JS.
Installation
To install the frontend dependencies, run the following command in the terminal:
npm install
This will install all the required dependencies listed in the package.json
file.
Scripts
The following npm scripts are available for managing the frontend:
- start: Starts the development server using
react-scripts
. - build: Builds the production-ready bundle using
react-scripts
. - deploy: Alias for
build
. Used for deploying the application. - test: Runs the test suite using
react-scripts
.