Hi Developers,
I'm Daniele Carta and I'm a Frontend Developer. For 3 years I'm worked with React and with Create React App.
To fastify my work, I decise to create a new boilerplate for fastify the initialize a new application.
The name of this boilerplate is CRA-ken. You can find the project in this link: https://github.com/crtdaniele/cra-ken
Why have I to use CRA-ken?
Because in this boilerplate you can find a lot of helpers and configuration like these:
| 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 | 
So, to install the boilerplate?
It's very easy:
npx cra-ken-app my-app
cd my-app
npm start
In the next articles I want to show you what I introduce in the next release and how to work the boilerplate CRA-ken.
Stay tuned and follow me on LinkedIn and Github.
LinkedIn: https://www.linkedin.com/in/daniele-carta-lugano/
Github: https://github.com/crtdaniele/
              
    
Top comments (0)