webpacket
v0.0.1
Published
React-webpacket by is a JavaScript library for dealing with the frustration of configuring and setting up react, redux and webpack environment. React-webpacket automatically sets up your react, redux and webpack app environment, no need to bother with red
Downloads
5
Readme
React-Webpacket
React-webpacket by is a JavaScript library for dealing with the frustration of configuring and setting up react, redux and webpack environment. React-webpacket automatically sets up your react, redux and webpack app environment, no need to bother with redux configuration. Avoid unnecessary time wasting and jump straight into coding. Visit webpacket.org for more information.
Note
This is an ongoing work, so it will be updated frequently. It is fully functional but not complete at this time.
Installation
Use the npm package manager to install react-webpacket.
sudo npm install -g react-webpacket
# or
# yarn global add react-webpacket
Usage
react-webpacket [project name]
Eg. react-webpacket todo_app -> will create a folder 'todo_app' and add all
the necessary files to the folder.
follow the prompt
1. Select react-redux-webpack
2. Enter names of your views (your App pages), separated by a space.
3. Enter names of your redux reducers (separated by a space), actions,
reducers and a store are automatically created for these reducers.
4. All dependencies are automatically installed and the App hots reloads
in the browser with your pages and redux components.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.