This template has all the necessary frontend setup, packages, styling, and components.
- React: A JavaScript library for building user interfaces.
- CSS: Css structure with good practises.
In the project directory, you can run:
-
Install all the dependencies using Npm
$ npm install
-
Run the project, use the following command:
To start the project at localhost:3000, use:
$ npm start
-
Build the project for a production environment.
$ npm build
The src folder in the src folder holds the react app for the application. There are three sub-folders as shown below.
components: All the components, pages, and functions of the application are located in this folder.services: All the services of the application are located in this folder.tests: All the tests of the applications are located in this folder.
The following features/components are included: main container for site, header, and the table with which we are going to work.