Skip to content

kdby-io/nextjs-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js + Typescript Boilerplate

A boilerplate using Next.js and Typescript. There is also 'with-typescript' example in Next.js repository. But that's crap, because that examples make compiled files and source files be same place.

Quick Start

git clone --depth=1 https://github.com/pueue/nextjs-typescript-boilerplate.git
cd nextjs-typescript-boilerplate && npm install
npm run dev

Install & Running

  1. git clone https://github.com/pueue/nextjs-typescript-boilerplate.git
  2. cd nextjs-typescript-boilerplate
  3. npm install
  4. npm run dev
  5. For production, run npm run build and npm start

Folder Structure

.
├── src/
│   ├── components/
│   ├── pages/
│   └── types/
├── static/
├── tsconfig.json
├── tslint.json
└── yarn.lock

About

A minimalistic boilerplate for running Next.js app in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published