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