/obaview

GitHub mirror of GitLab repo obaview

Primary LanguageJavaScript

OBA View - Client

This setup uses Brunch and React. It is deployed here.

Server can be found at https://gitlab.com/echau18/obaview-server.

Dev - Getting started

  • Dependencies:

    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • React: npm install --save react react-dom
    • Plugins and app dependencies: npm install
  • Running:

    • brunch watch --server - deploys to http://localhost:3333 with autoreload.
    • brunch build --production - deploys minified code to ./public.

Copyright Ethan Chau 2018 (license pending)