Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.72 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.72 KB

This is a Next.js boilerplate to create SSR-d apps without breaking a sweat. 🥵

Stack and tools

Run locally

  1. Clone this repo as a template

Use this template

See the GitHub Docs for more info on using a template repo.

  1. Install all dependencies:
$ npm install
# or
$ yarn
  1. Initialize Husky
$ npm run prepare
# or
$ yarn husky install
  1. Run the deployment server
$ npm run dev
# or
$ yarn dev
  1. Your app is served at http://localhost:3000/

Changelog

  • Nov-22-2023: upgrade to Next.js 14.0.2, React 18.2.0, TypeScript 4.8.4, remove styled-components in favour of css modules
  • Jun-22-2023: first version, Next.js 12, React 18.1.0, TypeScript 4.5.5