0.0.17 • Published 3 years ago

cra-ken-app v0.0.17

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

CRA(ken)

A CRA(ken) is a boilerplate of create react app with a lot of helpers.

CRA vs CRA(ken)

CRA(ken)CRA
React Testing Libraryyesyes
Routingyes❌ no
Redux Storeyes❌ no
Redux Saga Middlewareyes❌ no
ESLint Configurationyes❌ no
Prettier Configurationyes❌ no
Versioning Appyes❌ no

How to use

npx cra-ken-app my-app
cd my-app
npm start

How to version your app

To increment your APP for example to 0.0.1 from 0.0.2

npm run version:patch

To increment your APP for example to 0.1.0 from 0.2.0

npm run version:minor

To increment your APP for example to 1.0.0 from 2.0.0

npm run version:major

Contributing

If you are interested in contributing to this boilerplate, open an issue or a pr!

Thanks

Thank You, Open Source!