-
Notifications
You must be signed in to change notification settings - Fork 47
using-node-with-framework #83
using-node-with-framework #83
Conversation
Thank you for opening the PR! 🎉 I'd recommend:
An helpful example reference of a PR would be #84. |
@ipongrani I'm happy to help guide you while you make this PR. A getting started guide of this type would be easier (and more useful too!) to write if it focused on just one framework. For example, "Using Node.js with React" or "Using Node.js with Vuejs" |
Hi Manil,
Apologies for the delay. I will be creating a PR this week for the node +
react tutorial.
…On Thu, Sep 13, 2018 at 8:50 AM Manil ***@***.***> wrote:
@ipongrani <https://github.com/ipongrani> I'm happy to help guide you
while you make this PR.
A getting started guide of this type would be easier (and more useful
too!) to write if it focused on just one framework.
For example, "Using Node.js with React" or "Using Node.js with Vuejs"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ag3OwiuMQPbRdh6iWO40aPvneo6J8RG4ks5uan7JgaJpZM4WCuVz>
.
--
Sincerely,
Rani T. Ipong
|
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.
IMO I think the front-end framework as the file name is kinda too generic, since this deals with just React. Maybe something like node-with-react-frontend-framework
.
|
||
### Requirements: | ||
- Node.js | ||
- React.js | ||
|
||
- NPM (package manager) |
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
with lower caps
|
||
> assuming you have already learned about NPM on the previous section of the documentation, We will continue with using NPM to install CRA(create-react-app). | ||
> We will continue by using NPM to install CRA(create-react-app). |
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
here too
I've unarchived this repo so I can close all PRs and issues before re-archiving. |
testing