Skip to content

kadikraman/codebar-react

 
 

Repository files navigation

Deploy

React Tutorial

This is the React comment box example from the React tutorial. Modified to be used at Codebar Monthly May React talk.

To use

For simplicity, this tutorial will only include the Node.js example.

Node

Install Node.js if you don't have it. On the command line, type:

npm install
npm start

And visit http://localhost:3000/.

There are various examples in the examples folder. To see them, uncomment the desired script in /public/index.html.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.1%
  • HTML 13.5%
  • CSS 9.4%