This project was bootstrapped with Create React App.
- node v16.13.2
- npm v8.1.2 +
- add audio files and pictures to folder
public/audio
to the structure similar to current. - You can name your folders inside tours as you want.
- Then fix paths to your files in
src/data/config.json
andsrc/data/finalTour.json
- Run app with
npm start
- Open http://localhost:3000 to view it in the browser.
npm start
Open http://localhost:3000 to view it in the browser.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Run on server
serve -s build
npm test