Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/jspm-react-boilerplate
jspm/React boilerplate
https://github.com/mrspeaker/jspm-react-boilerplate
Last synced: 14 days ago
JSON representation
jspm/React boilerplate
- Host: GitHub
- URL: https://github.com/mrspeaker/jspm-react-boilerplate
- Owner: mrspeaker
- Created: 2015-02-08T21:51:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T12:20:12.000Z (over 9 years ago)
- Last Synced: 2024-10-10T22:48:46.605Z (about 1 month ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSPM/ReactJS boilerplate
Simple(est) setup for JSPM projects using the new version of JavaScript (es2015, via the Babel transpiler) with React (including support for their JSX tags).
[jspm](http://jspm.io/): package manager for the SystemJS universal module loader, built on top of the dynamic ES6 module loader.
[React](https://facebook.github.io/react/index.html): A JavaScript library for building user interfaces.
## Usage
1. Duplicate folder
2. Remove git info (`rm -rf .git`)
3. `jspm install`
4. Serve the directory (live-server, or http-server, or whatever)## What's in the boilerplate?
Not much... this is the minimum amount of stuff to required to get ES2015 + React. This repo is mostly so I don't have to remember to include the System and config files.
1. jspm init + default options + (-traceur + babel)
2. Add `blacklist: []` to allow jsx
3. Add template index page
3.5 jspm System & config includes
5. Add default src directory