0.0.40 • Published 2 years ago

insiteful-ui-test v0.0.40

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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