An open API service indexing awesome lists of open source software.

https://github.com/benjaminwfox/next-carbon-server-mismatch-issue


https://github.com/benjaminwfox/next-carbon-server-mismatch-issue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Next.js Base Project
### Includes Configuration for Sustainable Development

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/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](http://localhost:3000) with your browser to see the result.