geekyorion / devSocialMedia

A MERN application development for social media for developers

Home Page:https://geekyorion.github.io/devSocialMedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devSocialMedia

A social media web app developed for the developers using MERN stack

scripts

  1. npm run dev: will start both of the server (express app and react app) in a single terminal
  2. To install the dependencies, use following scripts:
    • npm run server-install: will install node_modules in the server (express app)
    • npm run client-install: will install node_modules in react (client) app
  3. to start react app or express app from this script separately, use following commands:
    • npm run server: will start express app
    • npm run client: will start react app

Note: README file is available in the devServer and devUI folder too for the respected information.

Project Idea is the courtesy of BradTraversy

About

A MERN application development for social media for developers

https://geekyorion.github.io/devSocialMedia

License:MIT License


Languages

Language:JavaScript 98.1%Language:CSS 1.2%Language:HTML 0.8%