Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/revathskumar/cra-template-web

Create React App custom template for web apps
https://github.com/revathskumar/cra-template-web

create-react-app react-router-dom reactjs redux redux-thunk template

Last synced: 2 months ago
JSON representation

Create React App custom template for web apps

Awesome Lists containing this project

README

        

# cra-tempate-web

> [Create React App](https://create-react-app.dev) custom template for web apps

### Includes

* [react-router](https://reacttraining.com/react-router/web)
* [redux](https://redux.js.org/)
* [bulma](https://bulma.io/)
* [redux-thunk](https://github.com/reduxjs/redux-thunk)
* [redux-blackbox](https://github.com/revathskumar/redux-blackbox/)

### Usage
```
npx create-react-app my-app --template web --use-npm
```

or

```
npm init react-app my-app --template web --use-npm
```

### License

MIT