Skip to content

tizmagik/react-todomvc-jss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 static/ with the styles dehydrated and included inline in the html, and run it:

npm run build
cd static/
python -m SimpleHTTPServer 3001

About

JSS TODO App Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • HTML 0.7%