generator-trendystore v0.1.2
generator-trendystore
An easy to use/setup store. Powered by the Yeoman generator
Getting Started
What is Yeoman?
Trick question. It's not a thing. It's this guy:

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.
Install Yeoman
npm install -g yoInstall the generator.
To install generator-trendystore from npm, run:
npm install -g generator-trendystoreInstall grunt-cli.
To install grunt-cli from npm, run:
npm install -g grunt-cliNow you'll have access to the grunt command anywhere on your system.
Create your project.
mkdir projectName && cd projectNameFinally, initiate the generator:
yo trendystoreStart developing!
Use Grunt to start a server.
grunt serveWhen finished run:
gruntCurrent State
app
Curently buggy when doing a grunt build, will fix this as soon as possible.
store
In development.
admin
In development.
License
MIT