8000 GitHub - herber/nextjs-starter: ๐Ÿš€๐Ÿ‘Œ A very simple starter template for next.js and emotion.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

herber/nextjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Next.js Starter

A very simple next.js starter template with emotion installed.

I've also included some reasonable default styles in styles/index.css.

Install

  1. Click on the 'Use this template' button to copy this repo.
  2. Clone your newly created repo
  3. Install dependencies
# with npm 
npm install

# with yarn
yarn
  1. Build something amazing. โœŒ

Development

# with npm
npm run dev

# with yarn
yarn dev

Production

# with npm
npm run build
npm run start

# with yarn
yarn build
yarn start

License

The Unlicense.

About

๐Ÿš€๐Ÿ‘Œ A very simple starter template for next.js and emotion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0