Running instructions:-
Prerequisite:
Install node.js
Install create-react-app utility. You can do so by running npm i -g create-react-app
Instructions to install and run:
- Enter the project directory
cd path_to_dubizzle_dir
- Run
npm i
- Run
npm start
- Open
http://localhost:3000 in browser
App should be up and running