- Clone the repository
- Cd into the repository
- Run
npm install
- Run
npm start
and Open http://localhost:3000 in the browser. - Run
npm build
to build the app for production.
npm install
npm start
and Open http://localhost:3000 in the browser.npm build
to build the app for production.