Skip to content

limengke123/tiny-waffle

Repository files navigation

Tiny-waffle · GitHub license React version build pass Coverage Status

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 React project.
  • unit test Using jest and enzyme to test project.
  • Continuous integration Using travis.ci for continuous integration

view the demos on github page

Installation

# 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

About

play tiny demo with react

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published