This is a Next.js boilerplate bootstrapped with create-next-app
.
-
Typescript
-
NextJS
-
styled-components
-
Jest
-
React Testing Library
-
Eslint
-
Prettier
-
Husky
-
Githooks
-
Storybook
-
Clone this repository and open it in the source code in your IDE/code editor.
-
Run
yarn
ornpm
to install all dependencies.
-
dev
: runs your application onlocalhost:3000
-
build
: creates the production build version -
start
: starts a simple server with the build production code -
lint
: runs the linter in all components and pages -
test
: runs jest to test all components and pages -
test:watch
: runs jest in watch mode -
storybook
: runs storybook onlocalhost:6006
-
build-storybook
: create the build version of storybook
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.