Japanese vocab quiz created based on Udemy JLPT L5 course. Various of coding techniques/tooling will also be experimented.
- At repo root, run
lerna run start
- Run
npm i --global lerna - Copy existing package.json into temp location
- At repo root, run
lerna init cd packages. Create an empty folder- Move project source and built-artifact to folder
- Copy the package.json from temp location back to new folder
cd packagesnpm initor use other ways to init a new package