0.3.0 • Published 10 years ago
generator-learnfe v0.3.0
generator-learnfe 
A Yeoman generator for scaffolding out a simple front-end project
Requirements
Yeoman generators require that Node be installed on your machine.
Installation
To use the learnfe generator, you will need to install Yeoman and the generator itself:
npm install -g yo
npm install -g generator-learnfeUsage
Create a new project directory and cd into it:
mkdir my-new-project && cd $_Run the fe-base generator in your new directory:
yo learnfeThat's it! You have a basis to build your project from. Open the directory in your text editor and start building.
License
MIT