generator-boilerplate-frontend
v2.3.12
Published
<div align="center"> <h1>web frontend boilerplate generator</h1> </div>
Downloads
4
Readme
this project is boilerplate for web frontend created with yeoman.
Usage
You need yeoman for scaffolding.
yarn global add yo
create folder for your project and change working directory to the folder.
mkdir my-project
cd my-project
install this project generator.
yarn global add generator-boilerplate-frontend
That's all you need to install. When you want to use boilerplate in new project, just run
yo boilerplate-frontend
you will get our boilerplate soon, just wait a sec with your ☕
Update boilerplate
first, run yo command
yo
select option Update your generators