-
Notifications
You must be signed in to change notification settings - Fork 7
add Next.js ts example #9
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
base: main
Are you sure you want to change the base?
Conversation
dekimir
left a 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.
Thank you, @G3root, and sorry for not reviewing sooner. This looks good, but it needs a more informative README file at the top. Right now it's a generic NextJS README, which doesn't tell the reader what this specific example does, how to use it, or how to extend it. Any chance you can write up something brief and put it in nextjs-ts/README.md?
Hey thanks for the review. You don't need to apologize. I'll update the readme. |
|
|
||
| Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. | ||
| This should start Next.js and the ChiselStrike server at the same time. The Next.js server | ||
| should be accessible in [http://localhost:3000](http://localhost:3000), whereas ChiselStrike server should be accessible in [http://localhost:8080](http://localhost:8080). |
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.
OK, but what do I do then? Which elements of `http://localhost:3000] demonstrate ChiselStrike and how do I interact with them?
No description provided.