Skip to content

hermadev/cra-template-charpente

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published