cra-template-charpente
v1.2.3
Published
Une Structure de base pour des Application, React avec Redux-toolkit
Downloads
7
Maintainers
Readme
Charpente
The template for your web Application, using ReactJs.
Installation
with npx
npx create-react-app [app-name] --template charpente
or with npm
npm create-react-app [app-name] --template charpente
or with yarn
yarn create react-app [app-name] --template charpente
├── public
├── src
│ ├── components
│ ├── config
│ ├── Hooks
│ ├── layout
│ ├── pages
│ │ ├── auth
│ │ ├── dashboard
│ │ └── out
│ ├── routes
│ ├── store
│ │ ├── features
│ │ └── store.js
│ ├── utils
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ ├── index.css
│ └── index.js
├── .gitignore
├── .env
├── package.json
└── README.md
Note
the present, template uses much more robust dependencies; it is advisable to use it for projects:
- administration
- Back office
- Internal Management
- etc...
Note
remember to run the following command, to check the version dependencies if they are up to date
npx npm-check-updates
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
checkit here charpente
Please make sure to update tests as appropriate.