1.2.1 • Published 6 years ago

rereduw v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

npm version

rereduw

This is a library used for generating a sample React(re)-Redux(redu)-Webpack(w) app.

Getting Started

  • Install from npm
npm install rereduw -g
  • Create you app directory and navigate to it
mkdir myApp
cd myApp
  • Create your react project using rereduw
create-rereduw-app

this will create your app in the myApp directory

  • To start the app
npm i
npm start
  • Open a tab on your browser at http://localhost:3000/ this will show you a "Welcome to React App" message and a button sayin "Click Me!". If you click on the button it will change to "I have changed!", this shows the react-redux flow of data.

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Dibyendu Mukherjee

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago