Go to file
saml33 b841e93cf2 more responsive styling 2023-03-02 22:46:30 +11:00
.github/workflows
.husky
@types
components more responsive styling 2023-03-02 22:46:30 +11:00
hooks
pages add app cta bar 2023-03-02 13:16:16 +11:00
public add app cta bar 2023-03-02 13:16:16 +11:00
stores
styles add app cta bar 2023-03-02 13:16:16 +11:00
utils
.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
postcss.config.js more responsive styling 2023-03-02 22:46:30 +11:00
tailwind.config.js
tsconfig.json
tsconfig.tsbuildinfo more responsive styling 2023-03-02 22:46:30 +11:00
yarn.lock

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).