...
Our forum website is built using the following technologies:
- Frontend: React, React Router
- Backend: Node.js, Express, MongoDB
- Other tools: TailwindCSS, Socket.IO, etc.
If you want to run this forum website in your localhost:
- Clone the repository:
git clone https://github.com/tanluc1e/4rums
- Navigate to the project directory:
cd 4rums
- Install dependencies:
npm install
oryarn install
- Start the development server:
npm start
oryarn start