- On the root folder, run
npm i
- Follow one of the options below:
- Run
npm run build
- Run
npm run serve
to serve the React App - Run
npm run start
- If your browser doesn't do it automatically, open http://localhost:3000
Lastly, if you are using Windows Command Line (cmd.exe), run npm run apiCMD
,
otherwise (Windows PowerShell, Linux, MacOS etc.), run npm run api
(RUN THESE FROM THE ROOT OF THE APP)
or cd
into the api directory and run npm start
You will need to put .mp3 files in the /public/audio
folder before building