-
Notifications
You must be signed in to change notification settings - Fork 12
Add the issues folder that will document it answer #151
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
Conversation
3423ad3
to
c5c006c
Compare
docs/issues/compilation_docs.md
Outdated
|
||
As a final example on the `model.js`, we can target directly to the database on the server but on the client, we need a different approach because we don't have the same ability as the server so we perform a request to obtain our data. | ||
|
||
The error that originates this issue tell us that we have a reference to a `services/server` but doesn't have the `services/client` reference when compile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error that originates this issue tell us that we have a reference to a `services/server` but doesn't have the `services/client` reference when compile. | |
The error that originates this issue tell us that we have a reference to a `services/server` but doesn't have the `services/client` reference when compiled. |
or if you want it in present tense
The error that originates this issue tell us that we have a reference to a `services/server` but doesn't have the `services/client` reference when compile. | |
The error that originates this issue tell us that we have a reference to a `services/server` but doesn't have the `services/client` reference when compiles. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!! @fxisco
c5c006c
to
1628260
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏄
Add a folder for the issues that have been answered
Related to the issue #120
Steps for testing the site locally:
website
foldernpm install
npm run start