A front end demonstration
Click here to see project
This project was created using Create React App
Aside from the packages installed by Create React App, below is a summary of NPM packages that I have used:
- @material-ui/core
- @material-ui/icons
- react-transition-group
- react-on-screen
Fonts:
- @fontsource/mulish
- @fontsource/playfair-display
- @fontsource/inter
- Clone master branch of GitHub repository to local folder
- Using Node Package Manager to install all dependencies, type the following:
npm install
- To run the project enter:
npm run start
The project should open up automatically in your default browser
- Follow the above instructions to install the project
- Edit file
/package.json
and change thehomepage
value (the first entry) to the subdirectory that you are deploying to. For example if you are deploying to http://yourServer.com/subdirectory/thousand_sunny/ change thehomepage
value to/subdirectory/thousand_sunny
- Run the following command:
npm run build
- Finally, copy the contents of the newly created
/build
directory to your deployment directory on your server