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

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

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
```