Skip to content

my boilerplate to create apps with Next.js + TypeScript + Jest + eslint + Prettier

Notifications You must be signed in to change notification settings

lazy-ocean/next-js-boilerplate

Repository files navigation

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

About

my boilerplate to create apps with Next.js + TypeScript + Jest + eslint + Prettier

Resources

Stars

Watchers

Forks