1.0.8 • Published 4 years ago

cra-template-backoffice v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

yarn install at least "node": ">=12" it implements 'engine' in package.json.
npm package in cra-template-backoffice

Usage

npx

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

yarn

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

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

Includes

Code quality tools

yarn lint # run eslint src directory
yarn format # run prettier src directory

Build

yarn isready # run eslint, prettier and build src directory

Author

šŸ‘¤ Juunone juunone@gmail.com

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago