A discussion component to place below the articles
- 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
npm startThen navigate to http://localhost:3000.
Start the server in development mode:
npm run debugThen navigate to http://localhost:3000.
npm run lintnpm run unittestnpm test