1.2.3 • Published 1 year ago

cra-template-charpente v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.2.3

1 year ago

1.1.4

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.10

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago