This is an example app using yarn workspaces, node + express API, and a React front-end.
From the root level of the project
yarn install && yarn startThis starts the express server, react front-end, and styleguidist document.
To view the page, navigate to localhost:3000 -- it proxies to the API at port 3001.
To view the styleguide, navigate to locahost:6060
The Frontend was created using create-react-app and utilizes some things like Styleguidist and React Beautiful DND
The backend code is a standard express app but uses Backpack for some of the nice features it brings.
To run the tests, navigate to ./packages/api and run yarn test