0.1.2 • Published 4 years ago
cra-template-agilite v0.1.2
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 agiliteOr
yarn create react-app %PROJECT_NAME% --template agilitenpx 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 startOr
cd %PROJECT_NAME%
npm start