https://github.com/radiium/cra-template-simple
Template for Create React App with typescript and plop without redux
https://github.com/radiium/cra-template-simple
cra-template create-react-app no-redux plop plop-generator react sass scss typescript
Last synced: 3 months ago
JSON representation
Template for Create React App with typescript and plop without redux
- Host: GitHub
- URL: https://github.com/radiium/cra-template-simple
- Owner: radiium
- License: other
- Created: 2020-05-08T07:58:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T18:52:55.000Z (about 5 years ago)
- Last Synced: 2025-01-13T16:50:46.108Z (4 months ago)
- Topics: cra-template, create-react-app, no-redux, plop, plop-generator, react, sass, scss, typescript
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cra-template-simple
Template for Create React App### Content:
- typescript
- scss
- React context API instead of Redux
- plop for generate typed class/functional component and context store### Usage:
```bash
npx create-react-app my-app --template git+https://github.com/radiium/cra-template-simple.git
```