Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 716 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 716 Bytes

Spike React Example

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.

Setup

  • make sure node.js is at version >= 6
  • clone this repo down and cd into the folder
  • run npm start

Testing

Tests are located in test/** and are powered by ava

  • npm install to ensure devDeps are installed
  • npm test to run test suite