1.2.1 • Published 6 years ago

traction-baseinput v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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