The generator push by ITArverne company for the landing page website
The libraries below have to be present on your machine :
- npm
- grunt
- yo
- ruby (for SASS)
- SASS
cd path/generator-itarverne-landing-page
npm intall
npm link
yo itarverne-landing-page
cd path/generator-itarverne-landing-page/public
npm intall
# To build prod
grunt build --target=prod
# To build dev
grunt build --target=dev
# To build dev
grunt build
# To launch the web server
grunt serve
You have 2 templates availables :
- origin
- monoblue
There are available on /templates
folder. So can you easily write your own
cd path/generator-itarverne-landing-page
npm test