Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomS- committed Aug 22, 2019
1 parent 410ee39 commit a4bf2a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
# How to use

Simply open the project and do the following:

```
npm install
```
and then you simply do:
```
npm run dev
```
to watch your files and if you want to minify and build your project do:
```
npm run build
```
Done! :-)

0 comments on commit a4bf2a7

Please sign in to comment.