To run the built application, simply double click index.html
in the build
folder.
Please make sure you have the latest version of Chrome installed, and open index.html
with it.
to use any script (build / run) please install yarn
first.
In the project directory, you can run use the following commands:
Installs all the required dependencies. run this command before running any other commands using yarn, as they will not work
Runs the app in the development mode.
Open http://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.
Builds the app for production to the build
folder.
to run the built applcation, simply double click index.html
in the build
folder