cra-template-backoffice

This is template with typescript and mobx-state-tree for Create React App.

Usage no npm install needed!

<script type="module">
  import craTemplateBackoffice from 'https://cdn.skypack.dev/cra-template-backoffice';
</script>

README

cra-template-backoffice

Version License: MIT

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!