Go to file
steven e48a4fa0dc The start of something new new 2022-12-14 12:34:33 -05:00
.github/workflows v4 splash page 2022-11-18 13:54:25 +11: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 removed damage component 2022-12-14 12:23:08 -05:00
hooks import last landing page status from drop box 2021-07-08 15:49:11 +02:00
pages The start of something new new 2022-12-14 12:34:33 -05:00
public hello world 2022-12-14 02:01:01 -05:00
stores import last landing page status from drop box 2021-07-08 15:49:11 +02:00
styles v4 splash page 2022-11-18 13:54:25 +11: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 add Button & link component to web page 2021-07-15 03:57:50 +02:00
.eslintignore import last landing page status from drop box 2021-07-08 15:49:11 +02:00
.eslintrc.json email signup connected 2021-07-20 23:39:40 +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
dd65cfb0f5dfe39e770f3c5af3a58f57.txt Create dd65cfb0f5dfe39e770f3c5af3a58f57.txt 2021-12-11 19:34:49 +11: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 add Button & link component to web page 2021-07-15 03:57:50 +02:00
package.json Merp Merp Merp! (#4) 2021-09-22 01:40:32 +02:00
postcss.config.js import last landing page status from drop box 2021-07-08 15:49:11 +02:00
tailwind.config.js hello world 2022-12-14 02:01:01 -05:00
tsconfig.json import last landing page status from drop box 2021-07-08 15:49:11 +02:00
yarn.lock hello world 2022-12-14 02:01:01 -05: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).