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

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

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.