Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.44 KB

CircleCI Tag Join the chat at https://gitter.im/twreporter/twreporter-react

TW Reporter

New Media foundation in Taiwan.

Contains

Environment

Install node(https://nodejs.org/en/) @7.9.0 above.

Installation

yarn install

Production start

npm run start

Development start

npm run dev // start the mock go-api server for testing npm run start-testing-server

Build docker image

// install dependencies first
yarn install

// build the webpack bundles and transpile es6 to es5
npm run build

// build docker image
docker build -t twreporter-react:latest .

License

  • Copyright (C) 2015 - 2016 The Reporter 報導者. All rights reserved.
  • Distributed under the GNU AGPL v3.0