/nextjs-typescript-starter-template

✨ My NextJS-TypeScript starter template

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

✨ 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