Official repository for meetup bandungjs #21.
- please
fork
this repo, andclone
from your account. - go to directory and please install with
yarn install
ornpm run install
- run in development
yarn start
ornpm run start
. - run in production
yarn serve
ornpm run serve
, but please enter this commandyarn build
ornpm run build
before.