Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganeswararaosundarapu/monorepo-shoppingcart
monorepo for shoppingcart
https://github.com/ganeswararaosundarapu/monorepo-shoppingcart
babel boilerplate boilerplate-code i18n lint microservices monorepo node react shoppingcart typescript webpack webpack5 yarn2
Last synced: about 19 hours ago
JSON representation
monorepo for shoppingcart
- Host: GitHub
- URL: https://github.com/ganeswararaosundarapu/monorepo-shoppingcart
- Owner: ganeswararaosundarapu
- License: mit
- Created: 2022-08-06T06:56:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T15:38:53.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:40:55.040Z (27 days ago)
- Topics: babel, boilerplate, boilerplate-code, i18n, lint, microservices, monorepo, node, react, shoppingcart, typescript, webpack, webpack5, yarn2
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monorepo-shoppingcart
monorepo for shoppingcart# How to run the monorepo
## Install
yarn install-all## Build
yarn build-all## Run UI
yarn start-ui## Scripts
Run: yarn [ScriptName]echo-all - echo's from all the packages if echo exist in the package script
build-all - builds for all the packages