Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 793 Bytes

README.md

File metadata and controls

38 lines (36 loc) · 793 Bytes

KidosMotors

Preview here : https://boiling-thicket-12552.herokuapp.com

KidosMotors is React and Node.js based eCommerce platform for selling new/old cars and car parts , The project challenge is to extend our FrontEnd experience facing the latest trend technologies .

Built with:

-Node.js v8.9
-React v16
-Redux
-Express
-Babel
-WebPack 5
-MongoDB

Installation

installing server dependencies

$ cd KidosMotors
$ npm install

Installing client dependencies.

$ cd KidosMotors/client
$ npm install

Run server

$ cd KidosMotors
$ npm run server

Run client

open a new terminal and :

$ cd KidosMotors
$ npm run client

see the Client in action

visit http://localhost:3000