Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

When building the Cozy Notes server and client... #49

Open
audreytoskin opened this issue Mar 2, 2015 · 1 comment
Open

When building the Cozy Notes server and client... #49

audreytoskin opened this issue Mar 2, 2015 · 1 comment
Labels

Comments

@audreytoskin
Copy link
Contributor

I haven't been able to contribute to Cozy Notes very regularly, and every time I take a break from working on Notes, I forget the exact process for building. The README and our discussion on the forums use different commands for starting everything. So right now I want to help update the "Contributing" section of the README.

I notice that for Cozy Data System, the Cozy Notes server, and the Cozy Notes client, you can start all three with the command npm start. This might be a better way of telling users / develoeprs to do it, because it's much easier to remember that one command. The only problem is when you use npm start inside cozy-notes/client, you get this message:

info: application started on http://localhost:3333/

Which is strange, because if you go to that URL, the cozy notes app won't work. The Notes app is empty, and you can't create any new notes. You have to go to the server URL, at localhost:9201. So why does the client listen on a separate port, when it seems to be useless?

For everything else, npm start seems to work just fine, unless I'm missing something.

@frankrousseau
Copy link
Contributor

Thank you for that information. We are going to investigate it.

That's an issue we never met, so it might take some time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants