0.1.2 • Published 4 years ago

cra-template-agilite v0.1.2

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

Agilit-e Create React App template

Opinionated quickstart Create React App Template based on presets and configurations used at Agilit-e.

Usage

npx create-react-app %PROJECT_NAME% --template agilite

Or

yarn create react-app %PROJECT_NAME% --template agilite

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

Or

cd %PROJECT_NAME%
npm start
0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago