Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Hesselink committed Aug 3, 2019
1 parent 11ff228 commit c052aaa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Uses mainly the following packages:
#
### Getting started

Clone the repository:
Create the project using composer:
```
git clone https://github.com/PascalHesselink/TailwindBoilerplate <project_name>
composer create-project pascalh/tailwind-boilerplate ProjectName
```

Install packages:
Expand All @@ -23,3 +23,8 @@ While developing run:
```
npm run watch
```

Result (open the index.html in the browser):
```
open index.html
```

0 comments on commit c052aaa

Please sign in to comment.