Built with create-react-library
git clone git@github.com:dhharker/dhharker.github.io.git
npm install
or yarn install
npm start
or yarn start
Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.
See: src/Demo/StandAlone.js
All library files are located inside src/lib
.
Is located inside src/demo
directory.
npm run test
or yarn run test
npm run build
or yarn run build
Produces production version of library under the build
folder.