Go to file
Luc Succes bee80eb741 More ' 2023-04-05 11:28:57 -06:00
.github/workflows v4 splash page 2022-11-18 13:54:25 +11:00
.husky
@types update placeholder page 2023-03-06 14:11:39 +11:00
components More ' 2023-04-05 11:28:57 -06:00
hooks update placeholder page 2023-03-06 14:11:39 +11:00
pages app landing page 2023-03-27 10:40:16 +02:00
public App landing page 2023-04-05 17:28:11 +02:00
stores update placeholder page 2023-03-06 14:11:39 +11:00
styles app page 2023-03-27 10:46:50 +02:00
test
utils update placeholder page 2023-03-06 14:11:39 +11:00
.babelrc
.eslintignore
.eslintrc.json
.gitignore update font rendering & meta tags 2023-03-07 19:16:33 +01:00
.nvmrc
.prettierignore
.prettierrc
README.md
dd65cfb0f5dfe39e770f3c5af3a58f57.txt
jest.config.js
netlify.toml
next-env.d.ts update placeholder page 2023-03-06 14:11:39 +11:00
next.config.js update placeholder page 2023-03-06 14:11:39 +11:00
package-lock.json app landing page 2023-03-27 10:40:16 +02:00
package.json app landing page 2023-03-27 10:40:16 +02:00
postcss.config.js
tailwind.config.js image 2023-03-07 23:53:43 +11:00
tsconfig.json update placeholder page 2023-03-06 14:11:39 +11:00
yarn.lock app landing page 2023-03-27 10:40:16 +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).