This is a base for the react tutorial, but you can work with it in spike instead of a codepen. Also a good basic example of how to configure spike to work with react.
Check out the finished branch to see the react tutorial fully implemented.
- make sure node.js is at version >=
6
- clone this repo down and
cd
into the folder - run
npm start
Tests are located in test/**
and are powered by ava
npm install
to ensure devDeps are installednpm test
to run test suite