React SPA web page:
- loads list of books from 'http://nyx.vima.ekt.gr:3000/api/books'
- search and filter books based on title
- select a particular book and display its details
git cloneor download this repositorycd books-apiorcd books-api-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