Set up instructions
ugogo opened this issue ยท 6 comments
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 โณ๐
Any updates guys? ๐ข
Yes, #112 completely changed & simplified the development process. It's now all under a single server~!
Yep, I can confirm that everything is working as expected now, thx guys