You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
saml33 82e6f8b249 fix list token link url 6 days ago
.github/workflows v4 splash page 7 months ago
.husky import last landing page status from drop box 2 years ago
@types update placeholder page 3 months ago
components fix list token link url 6 days ago
hooks update placeholder page 3 months ago
pages add 404 page 2 weeks ago
public add 404 page 2 weeks ago
styles merge main 3 weeks ago
utils merge main 3 weeks ago
.eslintignore import last landing page status from drop box 2 years ago
.eslintrc.json email signup connected 2 years ago
.gitignore update font rendering & meta tags 3 months ago
.nvmrc add node version for deploy 2 years ago
.prettierignore import last landing page status from drop box 2 years ago
.prettierrc import last landing page status from drop box 2 years ago
README.md import last landing page status from drop box 2 years ago
dd65cfb0f5dfe39e770f3c5af3a58f57.txt Create dd65cfb0f5dfe39e770f3c5af3a58f57.txt 2 years ago
jest.config.js import last landing page status from drop box 2 years ago
netlify.toml import last landing page status from drop box 2 years ago
next-env.d.ts update placeholder page 3 months ago
next-i18next.config.js nav and footer 4 months ago
next.config.js merge main 3 weeks ago
package.json merge main 3 weeks ago
postcss.config.js more responsive styling 3 months ago
tailwind.config.js merge main 3 weeks ago
tsconfig.json update placeholder page 3 months ago
tsconfig.tsbuildinfo fix list token link url 6 days ago
yarn.lock merge main 3 weeks ago

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