Update README.md

This commit is contained in:
Corey 2020-08-04 08:31:56 +08:00 committed by GitHub
parent 3d168af5db
commit c8f99622d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 31 deletions

View File

@ -1,35 +1,8 @@
# Tailwind CSS Webpack Starter Project # What is System UIcons?
This is an example of a super simple Webpack setup for using [Tailwind CSS](https://tailwindcss.com). System UIcons is a collection of open source icons designed for products and systems in mind. Each icon is on a 21x21 grid.
To get started, clone the project and install the dependencies: Use the icons how you want, for free, and without any attribution.
``` [https://systemuicons.com/](https://systemuicons.com/)
# Using npm
npm install
# Using Yarn
yarn
```
After that, start up Webpack Development Server:
```
npm run dev
```
Webpack Development Server will watch `/src/styles.css` and `/tailwind.js` and rebuild your stylesheet on every change.
You can play around with `/index.html` to see the effects of your changes.
To build a production bundle run:
```
npm run prod
```
After that you will have a ready to deploy bundle at `/dist`
## Contributing
Have a lot of experience with Webpack and suggestions on how we could improve this starter template? We'd love a PR!