Skip to content

delambo/react-todomvc-aphrodite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aphrodite Todomvc Example

Most of this code was lifted from TJ's Frontend Boilerplate. I replaced CSS Modules with Aphrodite inline styles. I also added a build step which creates a static version of the app and inlines the Aphrodite styles into the html.

Development

npm start

Production Build and Run

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

npm run build
cd static/
python -m SimpleHTTPServer 3001

About

Aphrodite Inline Styles Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published