React SPA web page:
- loads json data into a table
- sorts data rows by selected field (uses helper function
app/utils/sortAlphaNum.js) - highlights and displays selected row
git cloneor download this repositorycd sort-tableorcd sort-table-masternpm install- run in dev mode:
npm run dev - run in prod mode:
npm run prod
- ESLint
npm run eslint - Sass lint
npm run sass-lint
- Stop flow server
npm run flow stop - Start flow server
npm run flow start - Run flow
npm run flow status
- test helper function (app/utils/sortAlphaNum.js):
npm run test