Skip all setup to create a static landing page.
npm install -g create-landing-page
create-landing-page awesome-landing
# Follow the steps and choose technologies
cd awesome-landing
npm start
$ landing-scripts start
--https Enable HTTP on the development server
Generate build files
$ landing-scripts build
Serve on production mode the project.
$ landing-scripts serve
Generate a Lighthouse report inside the audits
folder.
$ landing-scripts audit
--disable-device-emulation