Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Create your React component packages quickly using React Hot Loader & Gulp

Notifications You must be signed in to change notification settings

tameraydin/react-hot-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Hot Component

Scaffolds a rapid development environment to create your React component packages quickly & efficiently using awesome React Hot Loader implementation.

What does it include?

How to install?

Install Yeoman and React Hot Component generator:

npm install -g yo
npm install -g generator-react-hot-component

Navigate to folder where you wish to scaffold the project and run:

# if possible: nvm use 0.10
yo react-hot-component

Usage

Run gulp serve and open http://localhost:3000

Optionally, gulp watch will run JSHint to check your source files and will run tests when you modify the specs.

You can seperately execute your test specs with gulp test. Please be sure that your Node.js version is ~0.10 since Jest might be buggy with newer versions.

Finally run gulp build to generate distribution files.

Checkout gulpfile.js for stand-alone tasks.

License

MIT http://tameraydin.mit-license.org/

About

Create your React component packages quickly using React Hot Loader & Gulp

Resources

Stars

Watchers

Forks

Packages

No packages published