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: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T12:37:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T19:37:56.264Z (about 1 year 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