Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 468 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 468 Bytes

Dev-in

  • © Dev-in.
  • Author: Lee Sang Min (@morethanmin)
  • Licensed under the Apache License.

Description

This repository for Dev-in client.

Requirements

Setup

# Install dependencies
$ npm install

# Serve with hot reload
$ npm run start

# Build for production and launch server
$ npm run build
$ npm run start

# Generate static project
$ npm run generate

Deploy