Skip to content

ismailarilik/react-discussion-component

Repository files navigation

react-discussion-component JavaScript Style Guide

A discussion component to place below the articles

Requirements

Preparing

  • Clone the repo from GitHub: git clone https://github.com/ismailarilik/react-discussion-component.git
  • Install dependencies using npm: npm install
  • Start MySQL server: sudo systemctl start mysql.service
  • Create DB: npm run db:create
  • Run migrations: npm run db:migrate

Run the example app

npm start

Then navigate to http://localhost:3000.

Debug the example app

Start the server in development mode:

npm run debug

Then navigate to http://localhost:3000.

Run linter

npm run lint

Run tests

npm run unittest

Run both linter and tests

npm test

About

A discussion component to place below the articles

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published