Skip to content

akshatmittal61/nextjs-template

Repository files navigation

Next.js + TypeScript + MongoDB + Sass

License: MIT

Features

  • Next.js
  • TypeScript
  • MongoDB
  • Sass
  • ESLint
  • Prettier
  • Husky
  • Commitlint
  • Jest

Usage

  1. Click the Use this template button.
  2. Create a new repository.
  3. Clone the repository.
  4. Install dependencies.
yarn
  1. Start development server.
yarn dev

Scripts

# Run the app in the development mode.
yarn dev

# Run the test watcher in an interactive mode.
yarn test:watch

# Builds the app for production to the build folder.
yarn build

# Runs the built app in production mode.
yarn start

# Lints and fixes files.
yarn lint

# Formats files.
yarn format

License

MIT

Author

Akshat Mittal

Acknowledgements