vktrwlt / react-rtk-shopping-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Full-stack React Express Monorepo

Development

  1. Install packages
    yarn install
  2. Run React client and Express server in parallel
    yarn start
  3. View client on http://localhost:3000

Installing domain specific packages

yarn workspace <server|client> <package name>

node_modules are hoisted to the root directory for cross-sharing of depedencies between domain.

About


Languages

Language:JavaScript 47.5%Language:HTML 34.1%Language:SCSS 11.2%Language:CSS 7.2%