Go to file
saml33 1ac58aa3c5 animations wip 2023-05-02 21:02:52 +10:00
.github/workflows
.husky
@types
components animations wip 2023-05-02 21:02:52 +10:00
hooks more responsive and light theme 2023-03-03 12:28:49 +11:00
pages fix cta bar on page load 2023-03-02 23:36:28 +11:00
public animations wip 2023-05-02 21:02:52 +10:00
stores
styles animations wip 2023-05-02 21:02:52 +10: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 animations wip 2023-05-02 21:02:52 +10:00
package.json animations wip 2023-05-02 21:02:52 +10:00
postcss.config.js more responsive styling 2023-03-02 22:46:30 +11:00
tailwind.config.js animations wip 2023-05-02 21:02:52 +10:00
tsconfig.json
tsconfig.tsbuildinfo animations wip 2023-05-02 21:02:52 +10:00
yarn.lock animations wip 2023-05-02 21:02:52 +10: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).