Skip to content

Server Configuration

jwildfire edited this page Nov 12, 2017 · 2 revisions

To Run the (local) CAT Server

  1. Go to repo directory and run npm install
  2. Run npm run initServer - creates/initializes needed server files; namely: .server/pages/charts/chartList.json and server/pages/charts/fromCAT
  3. Run npm run start - starts the server
  4. Go to localhost:3000 to see the CAT. Once you've saved some charts you can see them at localhost:3000\charts

Clone this wiki locally