Skip to content

YouComedy/ycm-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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