React application for the Japan cafe website made for study ReactJS purpose
- Javascript language
- ReactJS library
- Html, CSS
- You can add items to the cart
- Price recalculates
- Modal window for the cart and checkout
- run
npm install gh-pages --save-dev
- add to package.json:
"homepage": "https://<your-login>.github.io/<your-repo-name>"
- add to package.json:
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
- run
npm run deploy
- this will create branch
gh-pages
in remote repo with built files - then try to go to your homepage for the project
- don't forget to set your repo (public + actions is on etc)