Here is a SHOWCASE
-
Clone repository
git clone git@github.com:Toshegg/particle-system.git
-
Make sure, that you have fresh version of nodejs. You can easily install latest version of node and npm using NVM.
-
cd into project directory
cd particle-system
-
Install dependencies with
npm i --g bower gulp && npm i && bower i
-
Run server with
gulp serve
-
Open http://localhost:9000 in your favorite browser.
-
Enjoy!