๐Ÿ“ฆ Nithin1506200 / monorepo-template

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/Nithin1506200/monorepo-template.git
HTTPS git clone https://github.com/Nithin1506200/monorepo-template.git
SSH git clone git@github.com:Nithin1506200/monorepo-template.git
CLI gh repo clone Nithin1506200/monorepo-template
nithin nithin update 8b885d0 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ apps
๐Ÿ“ packages
๐Ÿ“„ .eslintrc.js
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ turbo.json
๐Ÿ“„ README.md
  • npm run res : for rescript build for whole project
  • npm run res:dev:for rescript build for whole project in watch mode. NOTE that if there is change in dependency module then we need to run fresh res for that module with deps.
  • npm run dev : starts all the server
// https://forum.rescript-lang.org/t/watching-dependencies/2054