Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 476 Bytes

e-shop

Simple shop for selling electronics, made by using node, express, react, redux, bootstrap and mongodb

Preview

obraz

running the application:

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)