Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1005 Bytes

README.md

File metadata and controls

54 lines (39 loc) · 1005 Bytes

next-web-starter

Website starter project supercharged for Lighthouse & Google Pagespeed Insights

Perfect score

Uses the following by default:

Requirements

Download and install NodeJS if you haven't already.

You need to have the Gulp.js CLI installed. Run the following command to install it globally.

npm install gulp-cli -g

Installation

npm install

Running the project

Execute the following command

gulp

Also execute this command for proper images serving while working locally:

gulp build

Other available commands:

Build

gulp build

Build for production

gulp build-prod

Serve

gulp serve