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
- Host: GitHub
- URL: https://github.com/benjaminwfox/next-carbon-server-mismatch-issue
- Owner: BenjaminWFox
- Created: 2020-06-03T05:20:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:46:20.000Z (over 3 years ago)
- Last Synced: 2025-01-15T07:07:10.230Z (over 1 year ago)
- Language: JavaScript
- Size: 3.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.