How to run Web-ui-lib in other project
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
Suppose other project respository is "Cersei",
- remove gotoko-web-ui link from package.json if you can any error and run "yarn install"
- go to web-ui-lib folder and run "npm link"
- go back to cersei rep , run "npm link "@gotoko/web-ui-lib" i.e. copied from web-ui-lib package.json top
-