Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 231 Bytes

Build Instructions

  1. npm install -g http-server
  2. npm install
  3. webpack -d

Run Locally

To run locally you will need to use the above installed server with the following command http-server . -c-1 --cors

test2