Tailwind starter project based on create-react-app
In the project directory, you can run:
yarn dev
Watches and rebuilds css changes and starts dev server
yarn start
Builds css once and starts react-scripts.
yarn build
Builds production ready project.
yarn build:css
Builds css once.
yarn watch:css
Watches and rebuilds css.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.