Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 640 Bytes

YCM-React

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.

How to build

# 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

License

MIT