generator-trendystore

0.1.2 • Public • Published

generator-trendystore

Build Status Dependency Status NPM version NPM downloads

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 yo

Install the generator.

To install generator-trendystore from npm, run:

npm install -g generator-trendystore

Install grunt-cli.

To install grunt-cli from npm, run:

npm install -g grunt-cli

Now you'll have access to the grunt command anywhere on your system.

Create your project.

mkdir projectName && cd projectName

Finally, initiate the generator:

yo trendystore

Start developing!

Use Grunt to start a server.

grunt serve

When finished run:

grunt

Current State

app

Curently buggy when doing a grunt build, will fix this as soon as possible.

store

In development.

admin

In development.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i generator-trendystore

Weekly Downloads

5

Version

0.1.2

License

MIT

Last publish

Collaborators

  • basicelements