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 start
Then navigate to http://localhost:3000.
Start the server in development mode:
npm run debug
Then navigate to http://localhost:3000.
npm run lint
npm run unittest
npm test