https://github.com/hidekuma/simple-spa-github
this source can create easily SPA in github.
https://github.com/hidekuma/simple-spa-github
Last synced: over 1 year ago
JSON representation
this source can create easily SPA in github.
- Host: GitHub
- URL: https://github.com/hidekuma/simple-spa-github
- Owner: hidekuma
- License: mit
- Created: 2018-08-08T02:30:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T02:15:10.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T14:33:39.176Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hidekuma.github.io/simple-spa-github/
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-spa-github
> this source can create easily SPA in github. [@hidekuma](https://github.com/hidekuma)
* [Live demo](https://hidekuma.github.io/simple-spa-github/)
---
### cautions
* Adding 'else > not found' router's conditions may affect other repository.
### ready
* replace RoutePrefix with your repository name in `src/componets/App.js`, `webpack.config.dev.js`
### development / deploy
1) git clone
2) yarn install
3) yarn start (dev) / yarn build (deploy)
4) check `http://localhost:3000` (dev)
5) after build, `ln -s index.html 404.html` (symbolic link)