https://github.com/codebushi/nextjs-starter-dimension
Next.js static site starter based on the Dimension template.
https://github.com/codebushi/nextjs-starter-dimension
Last synced: about 1 month ago
JSON representation
Next.js static site starter based on the Dimension template.
- Host: GitHub
- URL: https://github.com/codebushi/nextjs-starter-dimension
- Owner: codebushi
- Created: 2018-04-11T23:51:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T06:30:47.000Z (over 4 years ago)
- Last Synced: 2024-08-03T22:18:31.921Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 707 KB
- Stars: 114
- Watchers: 3
- Forks: 89
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - codebushi/nextjs-starter-dimension - Next.js static site starter based on the Dimension template. (CSS)
README
# nextjs-starter-dimension
A Next.js starter based on the Dimension site template, designed by HTML5 UP. Check out https://codebushi.com/nextjs-website-starters/ for more Next.js starters and templates.## Preview
http://nextjs-dimension.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-dimension.git# Move into the new directory
cd nextjs-starter-dimension/# 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
```