60red-react-bar-apps
v0.1.28
Published
Companion code to a series of guides on building a react component package for npm
Downloads
66
Readme
react-comp-pack
Companion code to a series of guides on building a react component package for npm
Building and running on localhost
Before doing anything, change the name of the project in package.json to avoid conflicts on npm
First install dependencies:
npm install
To build the libary component:
npm run prepublish
Credits
Initial template generated with createapp.dev Coded by arfi720