kevindantas / create-landing-page

Generator for the structure of basic landing pages
MIT License
3 stars 0 forks source link
build-tools landing-page zero-configuration

Create Landing Page

Build Status

Skip all setup to create a static landing page.

Usage

npm install -g create-landing-page

create-landing-page awesome-landing
# Follow the steps and choose technologies

cd awesome-landing
npm start

Avaliable scripts

start

$ landing-scripts start

  --https       Enable HTTP on the development server

build

Generate build files

$ landing-scripts build

serve

Serve on production mode the project.

$ landing-scripts serve

audit

Generate a Lighthouse report inside the audits folder.

$ landing-scripts audit

  --disable-device-emulation