Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.01 KB

Doba Movie

styled with prettier

Built with react and react-router, using movie API from douban.com

Checkout these links:

To run in your local environment.

$ git clone https://github.com/haishanh/doba-react.git
$ cd doba-react
$ yarn
$ yarn start

Then open http://localhost:3000 in your browser.

To build for production usage:

$ yarn build