Go to file
saml33 cb6baf6523 add more components 2023-02-24 15:50:13 +11:00
.github/workflows
.husky
@types
components add more components 2023-02-24 15:50:13 +11:00
hooks
pages add mngo page 2023-02-23 15:30:51 +11:00
public add more components 2023-02-24 15:50:13 +11:00
stores
styles swap panel and misc styling 2023-02-23 23:30:12 +11:00
utils add mngo page 2023-02-23 15:30:51 +11:00
.babelrc
.eslintignore
.eslintrc.json
.gitignore
.nvmrc
.prettierignore
.prettierrc
README.md
dd65cfb0f5dfe39e770f3c5af3a58f57.txt
jest.config.js
netlify.toml
next-env.d.ts
next-i18next.config.js
next.config.js
package.json add mngo page 2023-02-23 15:30:51 +11:00
postcss.config.js
tailwind.config.js swap panel and misc styling 2023-02-23 23:30:12 +11:00
tsconfig.json add mngo page 2023-02-23 15:30:51 +11:00
tsconfig.tsbuildinfo add more components 2023-02-24 15:50:13 +11:00
yarn.lock add mngo page 2023-02-23 15:30:51 +11: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).