React Bolt
The best boilerplate for your React projects.
Introduction
This boilerplate contains all you need to start your next React.js project. Simple, robust, well-organized, all you need to do is clone, install and you're ready to start.
I wrote a article for anyone who wants to learn how to build this boilerplate, if you want to learn just click here.
Check out the lite version here
Features
This boilerplate features all the latest tools and practices in the industry.
β React β 16.12.0 with Hooksβ» Redux with Redux Thunk β State Management with middleware to handle async requestsπ Babel β ES6 syntax, Airbnb & React/Recommended configπ Webpack β Hot Reloading, Code Splitting, Optimized Buildπ CSS β Styled Components, CSS, Sassβ Tests β Jest, React Testing Library & Cypressπ Lint β ESlintπΆ Husky β Prevent bad commits
Getting started
- Clone this repo using
https://github.com/leonardomso/react-bolt.git
- Move to the appropriate directory:
cd react-bolt
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:8080
.
Commands
npm start
- start the dev servernpm run build
- create a production ready build indist
foldernpm run lint
- execute an eslint checknpm run lint:fix
- execute an eslint and fix the errorsnpm test
- run all testsnpm run test:watch
- run all tests in watch modenpm run test:cover
- coverage modenpm run cypress:open
- starts cypress
Next features:
- Hot Module Replacement: Better HMR support;
- CSS/Sass support: Enable CSS/Sass support;
- PWA: Turn into a PWA boilerplate;
- SEO: SEO-ready;
License
MIT license, Copyright (c) 2018 Leonardo Maldonado.