0.0.17 • Published 5 years ago
cra-ken-app v0.0.17
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 Library | ✅ yes | ✅ yes |
| Routing | ✅ yes | ❌ no |
| Redux Store | ✅ yes | ❌ no |
| Redux Saga Middleware | ✅ yes | ❌ no |
| ESLint Configuration | ✅ yes | ❌ no |
| Prettier Configuration | ✅ yes | ❌ no |
| Versioning App | ✅ yes | ❌ no |
How to use
npx cra-ken-app my-app
cd my-app
npm startHow to version your app
To increment your APP for example to 0.0.1 from 0.0.2
npm run version:patchTo increment your APP for example to 0.1.0 from 0.2.0
npm run version:minorTo increment your APP for example to 1.0.0 from 2.0.0
npm run version:majorContributing
If you are interested in contributing to this boilerplate, open an issue or a pr!
Thanks
Thank You, Open Source!