zouhir/jarvis

Set up instructions

ugogo opened this issue ยท 6 comments

ugogo commented

Hey guys,
I was trying to set up locally Jarvis, but I ran into two issues

There are two servers launched in parallel, is this wanted?
localhost:3000 and localhost:1337
https://www.dropbox.com/s/5l7j90ttjhug4ao/Capture%20d%27%C3%A9cran%202018-01-16%2010.28.41.png?dl=0

The "dev" one seems to be on :3000, but it seems broken:

  • Missing CSS file
  • Lot of NaN
  • No bundles listed

https://www.dropbox.com/s/g2j0a1ch2hptwo7/Capture%20d%27%C3%A9cran%202018-01-16%2010.29.55.png?dl=0

Steps to reproduce:

  • git clone ...
  • npm install
  • npm run dev

Am I missing something?
Thanks!

oh it seem jarvis break in it's dev mode .
because#33 custom port support

if you change document.location.port to 1337 it will work ,just access localhost:1337. And we can discuss a better way to fix it ,

localhost:3000 is the dev server for develop jarvis as a developer
localhost:1337 is for you to use jarvis as a user

hope to help you ~

Investigating... please give me little time โณ๐Ÿ™€

ugogo commented

Any updates guys? ๐Ÿ˜ข

This can be closed, right? Looks like this has been fixed by e972f44 and aa32fd9 (same as #104)

Just running npm run watch seems to work fine, now

Yes, #112 completely changed & simplified the development process. It's now all under a single server~!

ugogo commented

Yep, I can confirm that everything is working as expected now, thx guys