/react.tips

Website source code.

Primary LanguageHTML

React.Tips

Website source code.

Install

  1. npm install -g yarn
  2. yarn install
  3. Configure build-config.js, publish.sh as needed.
  4. Configure website-config.json as needed.
  5. npm install --global gulp http-server
  6. ./generate.sh
  7. ./serve.sh
  8. Open http://localhost:8080 in a web browser.