LorinWeb / react-todomvc-jss

JSS TODO App Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSS Todomvc Example

Most of this code was lifted from Matt Delambo's Aphrodite Todomvc Example (which in turn is lifted from TJ's Frontend Boilerplate).

I replaced Aphrodite inline styles with JSS.

Development

npm start

Production Build and Run

The following commands will build the app to docs/ with the styles dehydrated and included inline in the html, and run it:

npm run build
static docs

About

JSS TODO App Example

License:MIT License


Languages

Language:JavaScript 94.6%Language:HTML 5.4%