vstan02 / readium

An online book sharing social networking service
GNU General Public License v3.0
2 stars 1 forks source link
books download express free node pdf react typescript web-platform

Readium

An online book sharing social networking service

Useful commands:

Install dependencies
npm install
Runs all tests
npm run test
Lints and fixes files
npm run lint
Compiles for production
npm run build
Runs server (without build)
npm run dev
Runs server (with build)
npm run start