yamano-h / next-typescript-example

Simple example app using Next.js 5.0 with support for TypeScript, Redux, SCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js 5.0 w/ TypeScript Example App

This is a simple example app using Next.js 5.0 with support for

  • TypeScript
  • Redux
  • SCSS

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn run postbuild
$ yarn start

Development Setup

Strongly recommend using VSCode.

VSCode Plugins (Required)

VSCode Plugins (Optional)

Chrome Extensions (Optional)

About

Simple example app using Next.js 5.0 with support for TypeScript, Redux, SCSS


Languages

Language:TypeScript 97.4%Language:JavaScript 1.7%Language:CSS 0.9%