Skip to content

expositor/universal-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal React

Dependency Status devDependency Status

This is a refactoring and up-to-date version of the portfolio boilerplate made by caljrimmer/portfolio-redux-app. It's also inspired by choonkending/react-webpack-node and erikras/react-redux-universal-hot-example.

Features include:

TODO:

Add support for production mode.

Geting Started

npm install

Go to your config folder:

module.exports = Object.assign({

	host: 'localhost', <--- localhost || http://example.com
	port: 3000, <--- default port

	client: 'http://localhost', <--- port for dev client bundle
	clientPort: 1337, <--- the port for hot reloading

})

To start development mode:

npm start

To start production mode:

npm run production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors