-
CLick on Green Code button and download the project
-
Open terminal in project's root directory
-
Execute the below command to install all dependencies
npm install
- Execute the below command to start the project server
npm start
- Optionally you can execute the bellow command to get a production build
npm build