DEV Community

Cover image for 1 - A new boilerplate for React Application - CRA-ken is finally out!
Daniele Carta
Daniele Carta

Posted on

1 - A new boilerplate for React Application - CRA-ken is finally out!

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
Enter fullscreen mode Exit fullscreen mode

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)