-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve install instructions and scripts ;) #1
Comments
Thanks for the suggestions, I haven't done anything in this direction yet. I really should make it easier, but you know how it goes ;) For server to work, in root you can do gulp babel, gulp watch, then run server js in the /es5_server folder, i'm transpiling it and running the result. For the client, it's the skeleton app, the usual stuff should work... I'll try a fresh install to see |
Thanks. Please try out my instructions for a sanity check, then adjust appropriately :) |
I just changed the server this weekend and haven't updated the instructions yet oops |
Ah so, looks like jspm may have changed. In ./client: works, jspm -y install doesn't, but used to i think? or I got that piece wrong. I'll edit |
Just updated the instructions, it should make more sense now. I'll write some scripts per your suggestions too. |
Gracias! Spasiba! Will have a look :) |
Please make it even easier to install, perhaps via another node or bash script
PS: Couldn't seem to get
./server
or./client
to work?Open
localhost:9000
in a browserYet I get browser console errors...
The text was updated successfully, but these errors were encountered: