Skip to content

Clean react template from create-react-app, scalable and easily testable. Cut everything and structure folders to find quickly and add features easily.

License

Notifications You must be signed in to change notification settings

protoxvga/react-archi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

react-archi

Welcome to the react-archi template documentation based on Create React App

Please if you have any advice, problem or need. Open an issue and we can talk about it :)

Why react-archi ?

This template is based on a personnal need when I build a new react project. I will try to make multiple templates with the same architecture but multiple packages variations.

Usage

To use this template within your project, add --template *template-name* when creating a new app.

For example:

npx create-react-app my-app --template typescript-chakra

# or

yarn create react-app my-app --template typescript-chakra

"template-name" is the subfolder name from the repo based on your needs

Architecture

The goal at the startup of the project was to create a clean architecture, scalable and easily testable. Cut everything and structure folders to find quickly and add features easily.

Coming soon !

Good practices

Coming soon !

What's next ?

I would like to create same template but with different packages like by adding a redux starter or replacing chakraUI by MUI or adding redux...

About

Clean react template from create-react-app, scalable and easily testable. Cut everything and structure folders to find quickly and add features easily.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published