insiteful-ui-test
v0.0.40
Published
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Downloads
2
Readme
Getting Started with Create React App
This project was bootstrapped with Create React App.
Available Scripts
In the project directory, you can run:
npm i
--> install project dependencies
npm start
--> start project
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
PUBLICATION STEPS
first run npm run tsc
--> generates type files
do priort to publication
then run npm run build
--> builds project for npm publish
runs build process for publication
update package.json version w/ incremented value
then run npm publish
--> publishes to npm
runs publish process for npm
npm run storybook
--> publishes to npm
Runs the storybook in the development mode.
Open [http://localhost:6006]