All of code is in the src folder.
After you download the zip file. use cmd or terminal.
cd to this folder and
npm run start
// it will run a development web with localhost:3000
npm run build
//it will export all file to be a use web file
All of code is in the src folder.
After you download the zip file. use cmd or terminal.
cd to this folder and
npm run start
// it will run a development web with localhost:3000
npm run build
//it will export all file to be a use web file