https://github.com/joakin/simple-demo-spa
Small boilerplate for simple demos
https://github.com/joakin/simple-demo-spa
boilerplate cdn demo react
Last synced: about 1 year ago
JSON representation
Small boilerplate for simple demos
- Host: GitHub
- URL: https://github.com/joakin/simple-demo-spa
- Owner: joakin
- Created: 2017-11-14T10:59:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T11:07:17.000Z (over 8 years ago)
- Last Synced: 2025-02-18T19:55:01.424Z (over 1 year ago)
- Topics: boilerplate, cdn, demo, react
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-demo-spa
Simplest way to do some react demos. Just an `index.html`
To dev locally, serve the file from a server, a few options:
* With npm@5, `npx http-server`
* `npm install -g http-server && http-server`
* `python -m SimpleHTTPServer`