Skip to content

martinIvovIv/nextjs-boilerplate-ts-styled-components

Repository files navigation

Add you readme here; Example

Stripped down boilerplate template of nextjs project; includes:

  1. Styled-components
  2. Typescript
  3. Jest testing
  4. Eslint, prettier and husky
  5. vscode recommended extentions
  6. Empty example files

Stled-components

Styled components with babel as compiler. Using SWC with styled components is still an experimental option but if you want to use it, remove .babelrc and uncomment " styledComponents: true " in the next.config file related changes:

Typescript

Configured typescript with related helper npm packages

Jest testing libraries

Configured jest with related helper npm packages setupTests.ts needs to be configured by you

Configured eslint + prettier and husky hooks

together with ignore files and related scripts

recommended vscode extentions

eslint prettier dotevn and todo-tree quality of life extentions

example .env and .npmrc files

Empty files for which you have to provide the examples

npm check

Package used for interactively checking the dependencies.
Use npm run npm-up to use.

Possible future additions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published