Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bismarkhenao/create-react-app-moth
Node CLI for fast react, redux, thunks, react-router boilerplate
https://github.com/bismarkhenao/create-react-app-moth
cli nodejs react react-emotion react-jss react-router redux redux-thunk webpack yarn
Last synced: 5 days ago
JSON representation
Node CLI for fast react, redux, thunks, react-router boilerplate
- Host: GitHub
- URL: https://github.com/bismarkhenao/create-react-app-moth
- Owner: bismarkhenao
- License: mit
- Created: 2018-07-29T18:05:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T06:25:56.000Z (over 4 years ago)
- Last Synced: 2024-09-21T22:06:52.635Z (about 2 months ago)
- Topics: cli, nodejs, react, react-emotion, react-jss, react-router, redux, redux-thunk, webpack, yarn
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create React App Moth
Node CLI for fast react, redux, thunks, react-router boilerplate
## Install
```sh
npm install -g create-react-app-moth
```## Run
```sh
create-react-app-moth
```
It will ask for the name of the project### Result
```
app
|-- node_modules
|--src
|--index.js
|--.babelrc
|--.editorconfig
|--.eslintrc
|--.gitignore
|--index.html
|--LICENSE
|--package.json
|--server.js
|--webpack.config.js
|--webpack.dev.js
|--webpack.prod.js
|--yarn.lock
```After install
```sh
npm run development
```
```sh
yarn development
```## TODO
### Testing
### Improve CLI, it should also provide some help and option arguments