Skip to content

richardanaya/cleanstack-isomorphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

I took a very simple isomorphic start kit and adjusted it to be even more simpler.

Original starterkit: https://github.com/RickWong/react-isomorphic-starterkit.git

Installation

Development

npm install
npm run watch     # Yes, ONE command for both server AND client development!

Production

npm run build
npm run start  

Things you should do!

Take a look in the src directory

Run npm run watch in your terminal and play with components/Main.js to get a feel of the server-side rendering and client-side hot updates. Change some text and watch it come through live!

Create a new component and add it to the routes.js file and immediately become available for use.

Add a new http handler in server.js and try accessing. You'll have to reset the server to do this!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published