yarn setup
yarn start
The application will start on port 9001
.
Before publishing is required that you commited new changes and that the tests are passing 100%
yarn run publish
Add this snippet to the package.json
to run verdaccio
"publishConfig": {
"access": "public",
"registry": "http://localhost:4873/"
},