Main repository of Onyx System
This generator relies on several technologies, make sure your system has:
- Pull the repository
- In the repository folder run
- npm install
- bower install
- Run :
gulp
for building to thebuild
directorygulp --release
for building to therelease
directory
- Go to http://localhost:8080
- Have fun coding!
(HTML/CSS/JS/Images/etc)
To install dependencies, run bower install --save package-name
to get the files, then add an entry into the browser key of your package.json
.