Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revathskumar/cra-template-web
- Owner: revathskumar
- License: mit
- Created: 2020-01-31T09:42:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T12:37:59.000Z (over 3 years ago)
- Last Synced: 2024-11-06T23:43:14.372Z (2 months ago)
- Topics: create-react-app, react-router-dom, reactjs, redux, redux-thunk, template
- Language: JavaScript
- Homepage: https://npmjs.com/package/cra-template-web
- Size: 63.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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