generator-learnfe

A very basic Yeoman generator for the LearnFrontEnd.io courses

Usage no npm install needed!

<script type="module">
  import generatorLearnfe from 'https://cdn.skypack.dev/generator-learnfe';
</script>

README

generator-learnfe Build Status

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-learnfe

Usage

Create a new project directory and cd into it:

mkdir my-new-project && cd $_

Run the fe-base generator in your new directory:

yo learnfe

That's it! You have a basis to build your project from. Open the directory in your text editor and start building.

License

MIT