All Projects → jpedroschmitz → Typescript Nextjs Starter

jpedroschmitz / Typescript Nextjs Starter

Licence: mit
TypeScript starter for Next.js that includes all you need to build amazing apps ⚡️

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Typescript Nextjs Starter

Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+150.48%)
Mutual labels:  nextjs, starter
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (-73.08%)
Mutual labels:  nextjs, starter
Next Startd
⚡ Free Next.js landing page template for SaaS products, online services and more.
Stars: ✭ 211 (+1.44%)
Mutual labels:  nextjs, starter
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-35.58%)
Mutual labels:  nextjs, starter
Next Boilerplate
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
Stars: ✭ 936 (+350%)
Mutual labels:  nextjs, starter
dogstudio-next-starter
Opinionated Next.js starter by Dogstudio
Stars: ✭ 66 (-68.27%)
Mutual labels:  nextjs, starter
next-mdx-digital-garden-starter
An opinionated starting point for Digital Garden content authoring.
Stars: ✭ 50 (-75.96%)
Mutual labels:  nextjs, starter
Nextjs Firebase Authentication
Next.js + Firebase Starter
Stars: ✭ 502 (+141.35%)
Mutual labels:  nextjs, starter
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (-37.02%)
Mutual labels:  nextjs, starter
Strapi Starter Next Corporate
Next.js starter for creating a corporate site with Strapi.
Stars: ✭ 145 (-30.29%)
Mutual labels:  nextjs, starter
Nextjs Jwt Authentication
A proof of concept app for demonstrating authentication of Next.js app with JWT.
Stars: ✭ 191 (-8.17%)
Mutual labels:  nextjs
Next Firebase Ssr
An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps
Stars: ✭ 192 (-7.69%)
Mutual labels:  nextjs
Go Graphql Starter
This repository uses graph-gophers/graphql-go to build a starter web application
Stars: ✭ 204 (-1.92%)
Mutual labels:  starter
Mordred
[Experimental] Source data from anywhere, for Next.js, Nuxt.js, Eleventy and many more.
Stars: ✭ 208 (+0%)
Mutual labels:  nextjs
Covidtesting
The COVID-19 Testing Gap: an interactive data visualization
Stars: ✭ 191 (-8.17%)
Mutual labels:  nextjs
Next Routes
Universal dynamic routes for Next.js
Stars: ✭ 2,354 (+1031.73%)
Mutual labels:  nextjs
Next Ecommerce
⚡️ Quantum Ecommerce. Made with Next.js | GraphQL | Apollo Server | Apollo Client | SSR
Stars: ✭ 186 (-10.58%)
Mutual labels:  nextjs
Next React Graphql Apollo Hooks
React, Apollo, Next.js, GraphQL, Node.js, TypeScript high performance boilerplate with React hooks GraphQL implementation and automatic static type generation
Stars: ✭ 186 (-10.58%)
Mutual labels:  nextjs
Zero To Preact
A Step-by-step Guide to Preact + Webpack 2, without boilerplate!
Stars: ✭ 185 (-11.06%)
Mutual labels:  starter
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+0.48%)
Mutual labels:  nextjs

Next.js and TypeScript

PRs welcome! License Follow @jpedroschmitz


A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥

  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 📄 Commitizen - Conventional commit messages CLI
  • 🚓 Commitlint - Lint commit messages
  • 🖌 Renovate - Dependency update tool
  • 🚫 lint-staged - Run linters against staged git files
  • 🗂 Absolute import - Import folders and files using the @ prefix

🚀 Getting started

The best way to start with this template is using create-next-app.

npx create-next-app ts-next -e https://github.com/jpedroschmitz/typescript-nextjs-starter

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;

To view the project open http://localhost:3000.

🤝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with ♥ by João Pedro Schmitz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].