-
Notifications
You must be signed in to change notification settings - Fork 4
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
Readme improvements #10
base: master
Are you sure you want to change the base?
Conversation
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> npm start
/ yarn start
serves the project, npm run build
/ yarn build
builds the project to dist/
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.
Done in 9552f8e
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also include the non-docker instructions
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.
Done in 9552f8e
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the URL would be http://localhost:4200/demo
(but I'll check back, as per this comment)
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.
Done in 9552f8e
@leonadler: done! |
|
Fixes #9