YeonHoJeong / SMProject_2018

Sejong University SMProject_2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fronted

## NativeScript-Vue Application

> A native application built with NativeScript-Vue

## Usage

``` bash
# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle
```

Backend

## Node.js Express.js Application


``` bash
    # Install dependencies
    npm install

    # Start App
    npm start
```

About

Sejong University SMProject_2018


Languages

Language:CSS 66.2%Language:JavaScript 19.0%Language:Vue 9.2%Language:Python 5.3%Language:HTML 0.3%