Skip to content

mrspeaker/jspm-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 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.

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
  4. Add default src directory

About

jspm/React boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published