traction-baseinput
v1.2.1
Published
React NPM library for baseinput
Downloads
4
Readme
Traction baseInput NPM library
Install dependencies
npm install
Start development server
npm start
Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.
Library files
All library files are located inside src/lib
Demo app
Is located inside src/demo
directory, here you can test your library while developing then use
npm run demo
to test it out
Testing
npm run test
Build library
npm run build
Produces production version of library under the build
folder.
Publish library
npm publish