Skip to content

A full stack e-commerce built using React.js with Chakra UI for the frontend and Node.js with Express for the back-end.

Notifications You must be signed in to change notification settings

robertrenzorudio/react-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Shop

A full stack e-commerce app

View the demo here

Stack

Frontend

React Chakra UI TypeScript
React-icon chakra-ui Typescript logo 2020

Backend

Node.js Express.js TypeScript
Node.js logo Expressjs Typescript logo 2020

Run Locally

Clone the repo

$ git clone https://github.com/robertrenzorudio/react-shop/
$ cd react-shop

Install dependencies

With yarn

$ yarn or 
$ yarn install

With npm

$ npm install

Run the server

With yarn

$ cd server 
$ yarn build
$ yarn start

With npm

$ cd server
$ npm run build
$ npm run start

Run the React app

With yarn

$ cd web 
$ yarn start

With npm

$ cd web
$ npm run start

About

A full stack e-commerce built using React.js with Chakra UI for the frontend and Node.js with Express for the back-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages