generator-simplesitenow
v1.0.4
Published
Create a simple website and deploy it to the internet.
Downloads
2
Maintainers
Readme
generator-simplesitenow
Create a simple website and deploy it to the internet.
Installation
First, install Yeoman and generator-simplesitenow using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-simplesitenow
Then generate your new project by making a folder. You can name it anything. We'll use 'mysite' for example:
mkdir mysite
cd mysite
yo simplesitenow
License
MIT © Vince Picone