Skip to content

YeonHoJeong/SMProject_2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.2%
  • JavaScript 19.0%
  • Vue 9.2%
  • Python 5.3%
  • HTML 0.3%