All Projects → resir014 → nextjs-typescript-quickstart

resir014 / nextjs-typescript-quickstart

Licence: Unlicense license
Get started on Next.js with TypeScript in seconds.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nextjs-typescript-quickstart

bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (-60.61%)
Mutual labels:  starter-kit
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-45.45%)
Mutual labels:  starter-kit
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-54.55%)
Mutual labels:  starter-kit
laravel-starter
😺 Your next laravel-api-starter in 30 seconds
Stars: ✭ 65 (+96.97%)
Mutual labels:  starter-kit
grundgesetz-skeleton
You have a documentation. I turn it into a website. Any questions?
Stars: ✭ 42 (+27.27%)
Mutual labels:  starter-kit
shopify-app-starter-kit
Shopify app starter kit written in Ruby on Rails w/ appropriate tools to get your Shopify app up and running quickly 🚀
Stars: ✭ 42 (+27.27%)
Mutual labels:  starter-kit
Example
Metarhia application example for Node.js
Stars: ✭ 147 (+345.45%)
Mutual labels:  starter-kit
Sass-Starter
SASS Starter - SCSS boilerplate for SMACSS
Stars: ✭ 35 (+6.06%)
Mutual labels:  starter-kit
starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (-51.52%)
Mutual labels:  starter-kit
stow-box
Formerly Linnia-box Starter kit for stow protocols for building Decentralized React Apps
Stars: ✭ 15 (-54.55%)
Mutual labels:  starter-kit
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (-60.61%)
Mutual labels:  starter-kit
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+545.45%)
Mutual labels:  starter-kit
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+12.12%)
Mutual labels:  starter-kit
phaser-starter
Minimal starter project to get a Phaser game environment up and running with ease.
Stars: ✭ 73 (+121.21%)
Mutual labels:  starter-kit
react-typescript-starter
Simple starter-kit for react, redux, typescript, aphrodite, webpack
Stars: ✭ 14 (-57.58%)
Mutual labels:  starter-kit
ruby-sinatra-starter-app
A starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming.
Stars: ✭ 36 (+9.09%)
Mutual labels:  starter-kit
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-15.15%)
Mutual labels:  starter-kit
webpack-starter
🗽 Webpack + Babel + Sass
Stars: ✭ 11 (-66.67%)
Mutual labels:  starter-kit
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+115.15%)
Mutual labels:  starter-kit
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (-42.42%)
Mutual labels:  starter-kit

nextjs-typescript-quickstart

Get started on Next.js with TypeScript in seconds.

This is an example setup of Next.js building on top of the official TypeScript example. It adds the following:

  • Simple styling structure with CSS Modules
  • Basic ESLint and Prettier setup
  • TypeScript typechecking as part of test script (ready to plug into any CI)

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/resir014/nextjs-typescript-quickstart nextjs-typescript-quickstart-app
# or
yarn create next-app --example https://github.com/resir014/nextjs-typescript-quickstart nextjs-typescript-quickstart-app

Deploy it to the cloud with Vercel (Documentation).

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].