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: package manager for the SystemJS universal module loader, built on top of the dynamic ES6 module loader.
React: A JavaScript library for building user interfaces.
- Duplicate folder
- Remove git info (
rm -rf .git
) jspm install
- Serve the directory (live-server, or http-server, or whatever)
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.
- jspm init + default options + (-traceur + babel)
- Add
blacklist: []
to allow jsx - Add template index page 3.5 jspm System & config includes
- Add default src directory