Basic react web frontend template.
This project uses the following libs:
Clone the repo.
Install Node if it's not already installed.
Open the terminal in the project folder and type:
npm install
That will install the project dependencies.
To run the app, type:
npm start
it will build and serve the application with hot reloading.
Open the terminal in the project folder and run:
npm test
Open the terminal and type:
npm run build
The output will be in the dist
folder.