Go to file
Maximilian Schneider 1b5ccf34d0 import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.husky import last landing page status from drop box 2021-07-08 15:49:11 +02:00
@types import last landing page status from drop box 2021-07-08 15:49:11 +02:00
components import last landing page status from drop box 2021-07-08 15:49:11 +02:00
hooks import last landing page status from drop box 2021-07-08 15:49:11 +02:00
pages import last landing page status from drop box 2021-07-08 15:49:11 +02:00
public import last landing page status from drop box 2021-07-08 15:49:11 +02:00
stores import last landing page status from drop box 2021-07-08 15:49:11 +02:00
styles import last landing page status from drop box 2021-07-08 15:49:11 +02:00
test import last landing page status from drop box 2021-07-08 15:49:11 +02:00
utils import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.babelrc import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.eslintignore import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.eslintrc.json import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.gitignore Demo version of the Mango landing page. 2021-02-28 15:44:11 +01:00
.nvmrc add node version for deploy 2021-03-01 19:05:44 -05:00
.prettierignore import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.prettierrc import last landing page status from drop box 2021-07-08 15:49:11 +02:00
README.md import last landing page status from drop box 2021-07-08 15:49:11 +02:00
jest.config.js import last landing page status from drop box 2021-07-08 15:49:11 +02:00
netlify.toml import last landing page status from drop box 2021-07-08 15:49:11 +02:00
next-env.d.ts Demo version of the Mango landing page. 2021-02-28 15:44:11 +01:00
next.config.js import last landing page status from drop box 2021-07-08 15:49:11 +02:00
package.json import last landing page status from drop box 2021-07-08 15:49:11 +02:00
postcss.config.js import last landing page status from drop box 2021-07-08 15:49:11 +02:00
tailwind.config.js import last landing page status from drop box 2021-07-08 15:49:11 +02:00
tsconfig.json import last landing page status from drop box 2021-07-08 15:49:11 +02:00
yarn.lock import last landing page status from drop box 2021-07-08 15:49:11 +02:00

README.md

NextJS Typescript Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).