0.1.1 • Published 8 years ago
@pismo/loader v0.1.1
React Library
Setup
git clone git@github.com:pismo/frontend-boilerplates.git
cp -R frontend-boilerplates/react-library your-project/
cd your-project/
yarn installDevelopment
yarn startShould automatically open http://localhost:3000 for you.
yarn testThis runs Jest.
Tip: You can add --watch to keep it running.
Publish
yarn buildThis writes the minified bundle file to dist folder.
Then, bump your package.json version, commit it and push a new git tag. Now you can publish it to npm:
npm publish