/MERN-example

mern stack app

Primary LanguageJavaScript

to run the app mongodb and node.js should be installed on your computer

first run command to install dependencies :- npm install

then to start server run command :- npm run dev-server

then to start react app run command :- npm start

to run both simultaneously run command :- npm run dev-unix