crazy rabbit one
1.0.0
최신 브라우저 및 Internet Explorer 10 이상
# clone the project
git clone https://github.com/aphy358/crazy-rabbit-one.git
# install dependency
npm install
# develop
npm run dev
그러면 자동으로 http://localhost:1234가 열립니다.
# production ready build
npm run build
패키지된 파일은 dist 폴더에 있습니다.
# Unit tests run in Chrome with Karma + Mocha + karma-webpack
npm run unit
# Unit tests run in JSDOM with Jest
npm run jest