0.5.0 • Published 4 years ago

cra-template-shlappas v0.5.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Shlappas CRA-template

This is a Create React Template for apps written in typescript with redux. Linting and formatting is done with eslint and prettier.

Usage

yarn create react-app <app-name> --template shlappas

or

npx create-react-app <app-name> --template shlappas