-
Go to the folder in which you want all AOM projects to live and
git clone [email protected]:ArtofMetrics/api.git
-
npm install -g yarn
-
yarn install
-
in one terminal window,
npm run serve
-
once the first terminal window says
bundle is VALID
(should take a bout 5-10 seconds the first time), in a different terminal window, typenpm run watch-server
-
Wait for step 5 to complete (it will say listening on port 3000), then open up your browser and go to
localhost:8080
(NOTlocalhost:3000
, the development environment "proxies" requests to the server through a different port)I did this: git clone https://github.com/ArtofMetrics/api.git