Skip to content

dantin-durand/reactjs-boilerplate

Repository files navigation

ReactJS boilerplate

It's a boilerplate for ReactJS projects. This project contains:

This boilerplate it's my vision for a stability and performance of ReactJS projects.

Installation

  1. Clone the repository: git clone git@github.com:dantin-durand/reactjs-boilerplate.git && cd reactjs-boilerplate

  2. Remove the .git folder: rm -rf .git

  3. install the dependencies: yarn

  4. start the project: yarn start


Execute all steps in one command:

git clone git@github.com:dantin-durand/reactjs-boilerplate.git && cd reactjs-boilerplate && rm -rf .git && yarn && yarn start

Structure


├── public/
│   └── index.html
├── src/
│   ├── components/
│   │   ├── atoms/
│   │   ├── molecules/
│   │   └── organims/
│   │
│   ├── core/
│   │   └── store.js
│   │
│   ├── features/
│   │
│   ├── router/
│   │
│   └── themes/
│
├── tailwind.config.js
└── package.json

Credits

Developed by @dantin-durand

About

It's a boilerplate for ReactJS projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published