Skip to content

rescapes/helpers

Repository files navigation

Rescape Helper utilities

Clone repo

git clone https://github.com/calocan/rescape-helpers.git

Install dependencies

npm install or yarn install

Library files

All library files are located inside src

Testing

npm run test or yarn run test

Build library

npm run build or yarn run build

Produces production version of library under the build folder.

Publish library

npm publish

Example library built with this starter kit

https://github.com/UdiliaInc/react-under-construction

Releases

No releases published