Tiny-waffle is study library which contains a basket of demos created by React and other libraries related with React. This repository is just help beginners who were not familiar with React to quick learn React.
English | 简体中文
- classical demo Creating classical demos by
React. - Progressive The complexity of the example goes up and finally completes a complete
Reactproject. - unit test Using jest and enzyme to test project.
- Continuous integration Using travis.ci for continuous integration
# clone repository
$ git clone https://github.com/limengke123/tiny-waffle.git
# install dependence
# or npm install
$ yarn
# develop
# 或者 npm run start
$ yarn start
# build
# or npm run build
$ yarn build
# view build result on local environment
# or npm run build:view
$ yarn build:view
# test
# or npm run test
$ yarn test
# analyze
# or npm run analyze
$ yarn analyze