Skip to content

Trying react by implementing react comments tutorial

License

Notifications You must be signed in to change notification settings

gabyvs/react-comments

Repository files navigation

React Tutorial

This is the React comment box example from the React tutorial.

To use

There were several simple server implementations included, but only node was left. It serves static files from public/ and handle requests to /api/comments to fetch or add data. Start a server with:

npm install
node server.js

And visit http://localhost:3000/. Try opening multiple tabs!

About

Trying react by implementing react comments tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published