This repo contains the front-end code for Bloggy's reader UI.
-
npm install
: Install dependencies. -
npm run fix
: Fix style issues. -
npm run check
: Check Prettier, ESLint and TypeScript configuration. -
npm run start
: Start the front end in development mode. You need to start the back end in development mode locally as well. -
npm run build
: Trigger a production build.