Skip to content

ae99/Unihack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unihack

unihack syd 2018

server setup

$ npm i -g yarn
$ cd server
$ yarn

start dev (auto-reloading)

$ yarn dev

build (compile ts)

$ yarn build

lint

$ yarn test:lint

client setup

$ npm i -g yarn
$ cd client
$ yarn

dev

$ yarn dev
$ open 'http://localhost:8080'

build

$ yarn build

About

unihack syd 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.3%
  • Vue 22.6%
  • TypeScript 19.4%
  • CSS 11.0%
  • HTML 0.7%