1.0.3 • Published 6 years ago

@nazim.k/reactenv v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

react_env

react_env cli quickly creates react project with express as a server and webpack. Created project can include bootstrap and redux.

Quick start react project with express server.
  • create react environment (folders, files, config)
  • install all required npm packages
  • auto rebuild bundle.js
  • hot reload

Installation


  npm i @nazim.k/reactenv -g

Usage

run react_env command in project folder ( this folder should be empty )

Specify listening port:

  react_env --port 4000

By default port is 3000

Create react project with bootstrap:

  react_env -b

Create react project with redux:

  react_env -r

React component will automatically connected to redux store.

Run react app:

  npm start

By default reactenv installs specific version of npm packages. To install packages without _package@<version> add -dev flag

Example

Create react project with bootstrap and redux. Create actions and connect main react component to redux store:

  react_env -b -r --port 4000
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago