A full stack e-commerce app
View the demo here
React | Chakra UI | TypeScript |
---|---|---|
Node.js | Express.js | TypeScript |
---|---|---|
$ git clone https://github.com/robertrenzorudio/react-shop/
$ cd react-shop
$ yarn or
$ yarn install
$ npm install
$ cd server
$ yarn build
$ yarn start
$ cd server
$ npm run build
$ npm run start
$ cd web
$ yarn start
$ cd web
$ npm run start