/monorepo-react-node

Monorepo with eslint react and express

Primary LanguageJavaScriptMIT LicenseMIT

Monorepo with react and express 👨‍💻

Make sure you have Node and Yarn installed.

node --v
# v16.x.x
yarn -v
# 1.x.x

How to start this project

# install dependences
yarn

# Start frontend project
yarn workspace @monorepo/frontend start:dev

# Start backend project
yarn workspace @monorepo/backend start:dev