nextjs-typescript-starter-template

✨ My NextJS-TypeScript starter template

GPL-3.0 License

Stars
6

My NextJS-TypeScript Starter Template

  • A good starter environment for you if you want to start using NextJS with TypeScript
  • Linter, prettier and test environment is ready to use
  • Includes GitHub workflow for CI/CD

Running

  • Download dependencies with npm install
  • Start application with npm start
  • Run npm test for testing
  • Run npm run build to create the production-ready version
  • Run npm run lint for linting
  • Run npm run format for formatting