cra-template-client-application

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i cra-template-client-application

Weekly Downloads

3

Version

1.0.5

License

MIT

Unpacked Size

655 kB

Total Files

49

Last publish

Collaborators

  • xierongsheng