Awesome
react-at-rest-examples
Sample projects for working with the React-at-Rest framework.
Getting Started
- Clone this repository
- Run
npm install
- Fire up the dev server with
npm run dev
- Point your browser to
http://localhost:3001/
The Code
This repo contains sample code in both ES6 and CoffeeScript. Just look in the /src
directory and use either as a starting point.