Skip to content

Latest commit

 

History

History
 
 

eda-frontend

EDA Frontend

React application for EDA frontend


Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs


Cloning and Running the Application in local

Clone the project into local

Install all the npm packages.

Go into the project folder and type the following command to install all npm packages and dependencies

npm install

In order to run the application Type the following command

npm start

Runs the application in the development mode.
Open 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.