pierspow / nextjs-starter-forty

Next.js static site starter based on the Forty template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-starter-forty

A Next.js starter based on the Forty site template, designed by HTML5 UP. Check out https://codebushi.com/nextjs-website-starters/ for more Next.js starters and templates.

Preview

http://nextjs-forty.surge.sh/

Getting Started

To get started, simply clone the repository and run npm install

# Clone the repo
git clone https://github.com/codebushi/nextjs-starter-forty.git

# Move into the new directory
cd nextjs-starter-forty/

# Install npm packages
npm install

# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev

Generating the Static Site

# Build and export the site, the static files are generated in the out/ folder
npm run export

About

Next.js static site starter based on the Forty template.


Languages

Language:CSS 66.7%Language:JavaScript 33.3%