1.5.3 • Published 8 years ago

generator-reactapp v1.5.3

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

generator-reactapp

NPM version build status David deps node version Gittip

NPM


What

generator-reactapp is a yeoman generator for react app.

Dependencies:


Why

Quickly start a project.


How

Getting Started

To install Yeoman

npm install -g yo

To install generator-reactapp from npm, run:

npm install -g generator-reactapp

Finally, initiate the generator:

yo reactapp

And then, generate feature by sub-generator:

yo reactapp:feature

Starting the dev-server and api-server

npm start

Running Tests

npm test

OR

npm run testing

Building Project

Building for production

npm run build 

Project Structure

  • .babelrc babel config
  • .editorconfig editor config
  • .eslintrc eslint config
  • gulpfile.js gulp tasks
  • server.js dev-server
  • api.js mock api server
  • db.json mock database for api
  • webpack.config.js webpack config
  • test/ tests
  • src/

    • templates/index.html html entry template
    • assets/
    • constants/ common constants
    • components/ react components(reusability)
    • styles/ css styles
    • containers/ react containers(route)
    • apis/ api config
    • stores/ mobx stores
    • actions/ redux actions
    • reducers/ redux reducers
    • sagas/ redux sagas
    • schemas/ redux schemas
    • selectors/ redux selectors
    • index.jsx js entry
    • libs.jsx js vendor
    • config.js config
  • dist/ generated by building

License

MIT

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.9

8 years ago

1.4.8

8 years ago

1.4.7

8 years ago

1.4.6

8 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.20

8 years ago

1.2.19

8 years ago

1.2.18

8 years ago

1.2.17

8 years ago

1.2.15

8 years ago

1.2.14

8 years ago

1.2.13

8 years ago

1.2.12

8 years ago

1.2.11

8 years ago

1.2.10

8 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago