Minimalistic JS library development environment on Lerna
- app
- build
- lerna
- lib
- starter
- template
-
Clone this repo
-
Install dependencies
# yarn is fine too npm i
-
Run bootstrap
npm run bootstrap
This will bootstrap and link between app and lib
-
Now, it's ready!
-
Run start
npm run start:app
If everything is alright, you will see:
-
Try changing the lib, it should reflect the changes directly
-
Now, you can start developing your own library!
Licensed under the MIT license.