Skip to content

An isomorphic react app written in es6 making use of babel, webpack, react-router

License

Notifications You must be signed in to change notification settings

lalitkapoor/isomorphic-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomorphic-react-boilerplate

An isomorphic react app written in es6 making use of babel, webpack, react-router

To run:

npm install
npm start

To run with docker:

docker build -t isomorphic-react-boilerplate
docker run -d -p 80:80 --name test isomorphic-react-boilerplate
open http://$(boot2docker ip) #OSX
# open http://127.0.0.1 #Linux

About

An isomorphic react app written in es6 making use of babel, webpack, react-router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published