โก The most simple & robust boilerplate for your React projects.
https://github.com/leonardomso/react-bolt.git
The best boilerplate for your React projects.
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
This boilerplate features all the latest tools and practices in the industry.
https://github.com/leonardomso/react-bolt.gitcd react-bolt.yarn or npm install to install dependencies.npm start to see the example app at http://localhost:8080.npm start - start the dev servernpm run build - create a production ready build in dist 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 cypressMIT license, Copyright (c) 2018 Leonardo Maldonado.