https://github.com/alanbsmith/minimal-react-setup
a minimalist React setup with CDN tags
https://github.com/alanbsmith/minimal-react-setup
Last synced: 5 months ago
JSON representation
a minimalist React setup with CDN tags
- Host: GitHub
- URL: https://github.com/alanbsmith/minimal-react-setup
- Owner: alanbsmith
- Created: 2016-07-14T22:13:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T22:13:59.000Z (almost 10 years ago)
- Last Synced: 2025-10-08T19:26:37.172Z (9 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal React Setup
### Up & Running
**NOTE:** _This doesn't run in Chrome, but Firefox works great._
```
git clone https://github.com/alanbsmith/minimal-react-setup.git
cd minimal-react-setup
open index.html -a firefox
```
You can write all your components in `index.js` and add your styles in `base.css`. Some CDN tags in the head of `index.html` are commented out as they are not essential. Feel free to uncomment them to add jQuery, Bootstrap, and Bootswatch as needed.