Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 981 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 981 Bytes

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