Skip to content

ltonetwork/proofi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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