Skip to content

BenjaminWFox/nextjs-base

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

Next.js Base

This is a companion repository for the article Next.js Setup & Config for Testing, Linting, and Absolute Imports.

Includes Configuration for Sustainable Development

This is a Next.js project bootstrapped with create-next-app.

The additional configuration includes:

  • Linting with ESLint
  • Testing with Jest & Testing Library React
  • Aliased Paths/Absolute Imports.

All steps for configuration are documented in this tutorial.

Getting Started

Clone the project, then:

npm install / yarn install

followed by:

npm run dev / yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Next.js base project with eslint, jest, react testing library, and alias paths/absolute imports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published