MERN-SL

MongoDB, Express, React, and Node.JS full-stack shopping list application

Stars
0

MERN Shopping List

MongoDB, Express, React, and Node.JS full-stack shopping list application, utilizing Redux for global state managment, reactstrap for React-style Bootstrap components, and react-transition-group for animation. Created alongside the Learn the MERN Stack course.

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000