Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 317 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 317 Bytes

Tech Jobs Board

Built using Sails.js & VUE2

Build Setup

You need sails.js installed globally to run this project

# install dependencies
npm install

# serve at http://localhost:1337
sails lift

# build for production with minification
NODE_ENV=production sails lift