A website to quickly view and compare PC parts like CPUs, Motherboards, GPUs, etc. from across the web in one place
Clone the repository:
$ git clone https://github.com/AdityaNG/PC-Assemby-wizard
Start the server:
$ cd server
$ npm install
$ npm start
Start the client:
$ cd client
$ npm install
$ npm start
Open browser at http://localhost:3000