Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 933 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 933 Bytes

JSON BRMS Tools

Vercel GitHub GitHub issues GitHub forks

This tool comes from a business need and aims to make some JSON parsing tasks easier and quicker. It's been developed in JavaScript using Preact, a really fast and light alternative to React, and deployed using Vercel.

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and enzyme
npm run test