Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 558 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 558 Bytes

Tour Diary App

nextjs-tour-diary-app

See live demo

Read full tutorial here

Build Setup

# install dependencies
$ npm install # Or yarn install

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

# build for production and launch server
$ npm run build # Or yarn build
$ npm run start # Or yarn start