1.2.3 • Published 3 years ago
cra-template-charpente v1.2.3
Charpente
The template for your web Application, using ReactJs.Installation
with npx
npx create-react-app [app-name] --template charpenteor with npm
npm create-react-app [app-name] --template charpenteor 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.mdNote
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-updatesContributing
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.