1.0.0-alpha.7 • Published 5 years ago

tsnieman-react-library v1.0.0-alpha.7

Weekly downloads
3
License
(ISC OR GPL-3.0)
Repository
github
Last release
5 years ago

SCRATCH NOTES


This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run storybook

Runs storybook. Open http://localhost:9009 to view it in the browser.

npm run build:prepublish

Builds the components from ./src/components/ to ./dist/.

Tip: make sure all components are exported from ./src/components/index.js

Tip: make sure you update ./package.json's version.

Tip: after build:prepublish, just use npm publish to push the new release.