A tool to create and manage content for the ChineseMe course.
This tool is no longer maintained nor available online. This repository is published here as a reference.
$ cd react-ui/
$ npm install
$ npm start
# Need to run kewen-lab-server
Activate debug mode by setting REACT_APP_DEBUG env var to true. This disable autosave and display save buttons.
create-react-app offers a test command in watch mode:
$ npm test
The app is deployed to Heroku with a Node server as described here.
ESLint config comes from https://github.com/rangle/react-redux-example/blob/master/.eslintrc
$ heroku create kewen-lab --remote production
# Set environment variables on Heroku (IMPORTANT: need to be done before building)
$ git push production master # This will run the build
See .env.example file.
Note: In order for Environment variables to be updated in the code after a change, the app needs to be rebuilt. This can be done by pushing an empty commit like so:
git commit --allow-empty -m "empty commit"
git push heroku master
- development - http://localhost:3000
- staging - https://limitless-fortress-75797.herokuapp.com
- production - https://kewen-lab.herokuapp.com