1.0.5 • Published 1 year ago

cra-template-client-application v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cra-template-client-application

Opinionated quickstart Create React App (CRA) template.

Features

Usage

npx create-react-app %PROJECT_NAME% --template client-application

Or

yarn create react-app %PROJECT_NAME% --template client-application

npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Then

cd %PROJECT_NAME%
yarn start