1.0.8 • Published 4 years ago
@aronsibug28/comment-service v1.0.8
📦 Build
Run npm run build to compile the reusable components
Then it should create another folder called comment-service-local outside the project folder
📦 Install
To install it on different projects, just add the path of the compiled project to the package.json
{
"dependencies": {
"comment-service": "file:{path}/comment-service-local"
}
}🔨 Local Development
To start the project, just run the following:
yarn install
npm run storybookthen go to http://localhost:6006/
1.0.8
4 years ago