React + Tailwind CSS Boilerplate
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.
This is a lite version of a larger project here
Without Tailwind Here
There is an article for anyone who wants to learn how to build this boilerplate, if you want to learn just click here.
This boilerplate features all the latest tools and practices in the industry.
For more features, click here
https://github.com/dephraiim/react-bolt-tailwind.git
cd react-bolt-lite
.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 run build:css
- build the tailwind css for productionnpm run watch:css
- watch for the compiling tailwind css with autoprefixesMIT license, Copyright (c) 2020 Ephraim Atta-Duncan