Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenotron/lerna-template
https://github.com/kenotron/lerna-template
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenotron/lerna-template
- Owner: kenotron
- Created: 2019-08-06T17:54:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T17:54:56.000Z (over 5 years ago)
- Last Synced: 2024-11-07T21:11:54.316Z (2 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lerna-template
Use this lerna template to get started making your ambitious projects
## Keeping Up-to-date
You can keep your build tools up-to-date by updating these two devDependencies:
* just-stack-monorepo
* just-scripts## Next Steps
To start developing code, you can start the innerloop dev server:
cd /Users/ken/workspace/lerna-template
yarn startYou can build your project in production mode with these commands:
cd /Users/ken/workspace/lerna-template
yarn buildThis repository contains code generators that can be triggered by:
cd /Users/ken/workspace/lerna-template
yarn gen