YCM-React is an effort to develop a new frontend for YouComedy.me using the latest frontend stack like ES6/ES7, React/Preact, Webpack, Babel, etc.
# install brew (macOS)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install yarn (macOS)
brew install yarn
# install yarn (linux, windows)
npm i -g yarn
# install dependencies
yarn install
# build bundles
yarn build
# run production server
yarn start
# run development server
yarn server