Moonridge icon indicating copy to clipboard operation
Moonridge copied to clipboard

Simple example

Open ruimgoncalves opened this issue 9 years ago • 1 comments

Hi. I am trying to merge your framework with a simple MEAN stack, but I never used jspm, so I'm a bit lost on the client side. Using jspm install Moonridge=npm:moonridge-client i get

err  No version match found for github:rase-/node-XMLHttpRequest@a6b6f2

Can you provide a simple MEAN stack for your framework, or explain how to configure the client part?

Thanks

ruimgoncalves avatar Mar 09 '15 19:03 ruimgoncalves

Puff, Puff, .. got it working...

Here goes some instructions to help others like me

npm i -g jspm
cd test\e2e-smoketest
npm install
cd ..\..
node test\e2e-smoketest\server.js

Goto http://localhost:8080/

ruimgoncalves avatar Mar 10 '15 15:03 ruimgoncalves