Welcome to datapackage-views-js, a views library for frictionless data and CKAN data resources.
This project was bootstrapped with Create React App.
yarn startwill compile tailwind css, run the app atlocalhost:3000, and watch for changes in your source files (hot reload)yarn devwill compile tailwind css, run the app atlocalhost:3000, run cosmos atlocalhost:8989, and watch for changes
To see the app populated with views run yarn dev and visit localhost:8989
yarn build:packagewill use babel to compile the package to /dist for distribution
We are using cosmos to mock datasets and test components.
To run cosmos:
yarn installyarn cosmos
Add fixtures to ./__fixtures.
We are using tailwindcss for styling. More on tailwind css here