Simple shop for selling electronics, made by using node, express, react, redux, bootstrap and mongodb
npm install - install all required dependencies
npm run dev - starts the server(5000) and client(3000)
npm run server - starts the server(3000)
npm run client - starts the client(3000)