1.5.3 • Published 9 years ago

generator-reactapp v1.5.3

Weekly downloads
6
License
MIT
Repository
github
Last release
9 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

9 years ago

1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.9

9 years ago

1.4.8

9 years ago

1.4.7

9 years ago

1.4.6

9 years ago

1.4.5

9 years ago

1.4.4

9 years ago

1.4.3

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.20

9 years ago

1.2.19

9 years ago

1.2.18

9 years ago

1.2.17

9 years ago

1.2.15

9 years ago

1.2.14

9 years ago

1.2.13

9 years ago

1.2.12

9 years ago

1.2.11

9 years ago

1.2.10

9 years ago

1.2.9

9 years ago

1.2.8

9 years ago

1.2.7

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.4

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago