Technologies | How To Use | License
This project was developed with the following technologies:
- Eslint
- Husky
- Next
- Prettier
- Storybook
- Styled components
- Typescript
- Plop
- Next-Auth
- Prisma
- Commitlint
- Commitizen
- Yup
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
$ npx create-next-app -e https://github.com/davigl/nextjs-boilerplate my-app
# Go into the repository and install dependencies
$ cd my-app && yarn
# Run
$ yarn dev
🔨 Commands
dev
: runs your application onlocalhost:3000
build
: creates the production build versionstart
: starts a simple server with the build production codelint
: runs the linter in all components and pagesgenerate
: create a new component structuredstorybook
: runs storybook onlocalhost:6006
storybook:build
: create the build version of storybookprepare
: husky installcommit
: commit using commitizen
This project is under the MIT license. See the LICENSE for more information.