Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 230 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 230 Bytes

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! :-)