Skip to content

Commit

Permalink
Updated readme installing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Hesselink committed Oct 16, 2019
1 parent 1d1b5e2 commit f142f46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ These instructions will get you a copy of the project up and running on your loc

### Installing

Create the project using [composer](https://getcomposer.org)
```
composer create-project pascalh/tailwind-boilerplate ProjectName
```
[Download](https://github.com/PascalHesselink/TailwindBoilerplate/archive/master.zip) the project and open it in your terminal and code editor!


Install the packages via [npm](https://www.npmjs.com/):
```
npm install
```

### Install video

[YouTube](https://www.youtube.com/channel/UCWnjbVAhlRwOCC1q9mpPSZQ)
The install video will be coming soon!

## Start coding

Expand All @@ -35,7 +36,7 @@ open ./dist/index.html

## Deployment

Before deploying your project run the following command:
Before deploying your project run the following command to use PurgeCSS:
```
npm run production
```
Expand All @@ -48,11 +49,12 @@ npm run production
- Laravel-Mix (for compiling) [https://laravel.com/docs/5.8/mix]


## Authors
## Credits

* **[Adam Wathan](https://adamwathan.me/)** - *Creating the awesome TailwindCSS*
* **[Pascal Hesselink](https://pascalhesselink.nl)** - *Setting up this project*


## License

This project is licensed under the MIT License
This project is licensed under the MIT License
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
],
"author": "Pascal Hesselink",
"license": "ISC"
}
}

0 comments on commit f142f46

Please sign in to comment.