Skip to content

kevindantas/create-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6a75b3 · Oct 29, 2018
Oct 29, 2018
Jul 20, 2018
May 9, 2018
May 23, 2018
Jun 14, 2018
Oct 1, 2017
Jul 20, 2018
Oct 29, 2018
Sep 20, 2017
Jul 20, 2018
Jul 20, 2018
May 9, 2018
Jul 20, 2018
Oct 19, 2018

Repository files navigation

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