Skip to content
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

Getting started example improvements #7

Closed
SORC3r3r opened this issue Jun 17, 2019 · 1 comment
Closed

Getting started example improvements #7

SORC3r3r opened this issue Jun 17, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@SORC3r3r
Copy link

I was using your "hello world" "Getting started" example on https://docs.marblejs.com/overview/getting-started and found some minor things missing in the setup.

I created all files and copied the content from your example.
One described step is to copy the following to the package.json

"scripts": {
  "start": "ts-node index.ts"
}

Maybe you can change it to "start": "ts-node server.ts" as the file is not named index.ts in your example.

For some it might also be helpful to add the line:
yarn add @marblejs/core @marblejs/middleware-logger @marblejs/middleware-body rxjs

@JozefFlakus JozefFlakus transferred this issue from marblejs/marble Jun 17, 2019
@JozefFlakus JozefFlakus added the enhancement New feature or request label Jun 17, 2019
@JozefFlakus
Copy link
Member

Improved in #9 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants