/dweet-web-app

Twitter-like MERN Application

Primary LanguageJavaScript

Installation Instruction:

  1. Open 3 Command Prompt/Terminal
  2. On the first CMD/Terminal, run "npm i" on root folder
  3. After the installation of packages done, run "npm run start-dev"
  4. On the second CMD/Terminal, run "mongod" (must already download mongodb and mongosh)
  5. On the third CMD/Terminal, run "npm run dev-server"
  6. The MERN Web App is running! 😁✨