1.0.6 • Published 5 years ago

generator-react-spa-ant v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

generator-react-spa-ant

a react generator project

Installation

First, install Yeoman and generator-name using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-spa-ant

Then generate your new project:

yo react-spa-ant

It will generate the initial project structure and install the transitive dependencies:

.
├── README.md
├── config-overrides.js
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
├── scripts
│   └── verifyCommitMsg.js
├── src
│   ├── actions
│   │   └── count.js
│   ├── components
│   │   ├── counter
│   │   └── navigation
│   ├── index.js
│   ├── reducers
│   │   ├── count.js
│   │   └── index.js
│   ├── store
│   │   ├── action-types.js
│   │   └── index.js
│   ├── styles
│   │   ├── _reset.css
│   │   └── index.css
│   └── views
│       ├── about
│       ├── app
│       └── topic
├── yarn-error.log
└── yarn.lock

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT ©

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago