Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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