@lendi/generator-nextjs
Lendi's static app generator
Installation
First, install Yeoman and @lendi/generator-nextjs using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @lendi/generator-nextjs
Getting started
- Make sure you are in the directory where you want the project to be.
- Run the following command to generate your very own static app.
yo @lendi/nextjs
- You will then be prompted to input your project name and description. Once that's done. Go into your project directory and run
yarn start
.
All files will be created inside the directory ./<project-name>
(relative to your current position).