Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

Next App Template

This is a template for a NextJS app, with Typescript, custom Hapi server, styled-components and Antd.

It also includes ESlint and Prettier, already configured.

Usage

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with Vercel (Documentation).