Open
Conversation
leonadler
approved these changes
Mar 30, 2018
leonadler
suggested changes
Mar 30, 2018
README.md
Outdated
| are necessarily naive. The idea is to provide a way to see the Mesh API in action and provide an example for | ||
| Once the Gentics Mesh local instance is up and running you can start the example with | ||
| `npm run-script start` which will start a dev server at [http://localhost:4200/](http://localhost:4200/). | ||
| You can also use `npm run-script start` to build the project to the `dist/` directory. |
There was a problem hiding this comment.
-> npm start / yarn start serves the project, npm run build / yarn build builds the project to dist/
README.md
Outdated
| ``` | ||
| docker run -p 8080:8080 gentics/mesh-demo | ||
| ``` | ||
| Check the [documentation](https://getmesh.io/docs/beta/administration-guide.html#_run_with_docker) for details and other options. |
There was a problem hiding this comment.
We could also include the non-docker instructions
README.md
Outdated
| This is intended to be an extremely simple example. Therefore the implementations | ||
| are necessarily naive. The idea is to provide a way to see the Mesh API in action and provide an example for | ||
| Once the Gentics Mesh local instance is up and running you can start the example with | ||
| `npm run-script start` which will start a dev server at [http://localhost:4200/](http://localhost:4200/). |
There was a problem hiding this comment.
the URL would be http://localhost:4200/demo (but I'll check back, as per this comment)
Author
|
@leonadler: done! |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9