platform-calendar-helpers
v1.4.32
Published
Follow these steps to run the project locally using `npm link`:
Readme
Running the Project Locally
Follow these steps to run the project locally using npm link:
Steps
Stop the running project
If you have already started the project withnpm start, stop it.Link the package locally
Run the following commandnpm linkStart the project
Restart the project with:npm startUse the package in another project
Navigate to the project where you want to use this package, stop the project, and run:npm link platform-calendar-helpersRestart the project
Start the project again:npm start
