Sign inSign up

philippevienne/tc-net-api

By philippevienne

Updated almost 9 years ago

Image
0

220

philippevienne/tc-net-api repository overview

tc-ics

ICS proxy for TC-NET2

Mini-doc

/build/ - Contains files needed for build and hot development
/build/index_dev.html - Template for index.html, it will be used by HMR when developing in memory and during production build
/client/ - Vue.js app source
/config/ - Configuration files
/public/ - Public folder served by Hapi
/server/ - Server side logic
/test/ - Contains test files
/app.js - Production server
/gulpfile.js - Gulp setup file

Dev Setup

# install dependencies
npm install



# serve with hot reload at localhost:4000 (proxy from localhost:3000)
npm run dev

Production Setup

# install dependencies
npm install

# build for production with minification
npm run build

# run application at localhost:3000
node app.js

Credits: Vue 2
Hapi
Gulp
BrowserSync
Webpack

Tag summary

Content type

Image

Digest

Size

28.4 MB

Last updated

almost 9 years ago

docker pull philippevienne/tc-net-api