Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 581 Bytes

Preview

Preview

You can check out live preview.

Quick Start

  1. Clone the repo git clone https://github.com/KonstHardy/react__comments-app.git
  2. Go to your project folder from your terminal
  3. Run: npm install
  4. After install, run: npm start
  5. It will open your browser (http://localhost:3000)

Note

This project is built on top of Create React App, which means all features that create-react-app supports are available.