Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muttakinhasib/twitter

Twitter clone (MERN)
https://github.com/muttakinhasib/twitter

cloudinary express mongodb mongoose nextjs nodejs react-query redux-toolkit tailwindcss

Last synced: 15 days ago
JSON representation

Twitter clone (MERN)

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

#### 1st, install all dependencies:

```bash
npm install && cd client && npm install
```

#### 2nd, use your own env

Rename `.env.example` & `.env.local.example` to `.env` & `.env.local`

#### 3rd, run the development server:

```bash
npm run dev
```