0.1.3 • Published 8 months ago

cra-template-satish v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

A quick start Redux + TypeScript Create React App template

An opinionated quick start Create React App (CRA) template with configured Redux, TypeScript, React Router, Enzyme and custom ESlint configuration.

Original Create React App README available here

Usage

npx create-react-app your-project-name --template satish

Or

yarn create react-app your-project-name --template satish

npx command installs the most recent stable version of CRA from npm.

--template parameter points to this template, note that cra-template- prefix is omitted.

Motivation

Starting a new project is always tough given that everyone has their own idea of ideal tools and want to work with. I had similar ideas and I wanted to optimise my own process and thus created a quick start template.

Reference

https://github.com/alexandr-g/cra-template-typescript-redux#a-quick-start-redux--typescript-create-react-app-template