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.
|
6 days ago | |
---|---|---|
.github/workflows | 7 months ago | |
.husky | 2 years ago | |
@types | 3 months ago | |
components | 6 days ago | |
hooks | 3 months ago | |
pages | 2 weeks ago | |
public | 2 weeks ago | |
styles | 3 weeks ago | |
utils | 3 weeks ago | |
.eslintignore | 2 years ago | |
.eslintrc.json | 2 years ago | |
.gitignore | 3 months ago | |
.nvmrc | 2 years ago | |
.prettierignore | 2 years ago | |
.prettierrc | 2 years ago | |
README.md | 2 years ago | |
dd65cfb0f5dfe39e770f3c5af3a58f57.txt | 2 years ago | |
jest.config.js | 2 years ago | |
netlify.toml | 2 years ago | |
next-env.d.ts | 3 months ago | |
next-i18next.config.js | 4 months ago | |
next.config.js | 3 weeks ago | |
package.json | 3 weeks ago | |
postcss.config.js | 3 months ago | |
tailwind.config.js | 3 weeks ago | |
tsconfig.json | 3 months ago | |
tsconfig.tsbuildinfo | 6 days ago | |
yarn.lock | 3 weeks ago |
README.md
NextJS Typescript Boilerplate
Bootstrap a developer-friendly NextJS app configured with:
- Typescript
- Linting with ESLint
- Formatting with Prettier
- Linting, typechecking and formatting on by default using
husky
for commit hooks - Testing with Jest and
react-testing-library
Deploy your own
Deploy the example using 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).