An open API service indexing awesome lists of open source software.

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

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`