Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 383 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 383 Bytes

JMT-frontend

JMT J: Jaehyeok (Webdonald's member) M: Mahjong T: Table

A toy-project with a wish for Jeahyeok to buy me Mahjong Table

prerequsites

  • nodeJS ( >= 12.x)
  • npm

setup

npm install

# set environment variable
cp .env.example .env
vi .env

test

TODO...

execute

npm start

build

npm run build

deployment

TODO...