项目作者: sombreroEnPuntas

项目描述 :
Review feed app
高级语言: TypeScript
项目地址: git://github.com/sombreroEnPuntas/review-feed.git
创建时间: 2020-08-15T14:41:55Z
项目社区:https://github.com/sombreroEnPuntas/review-feed

开源协议:

下载


review-feed

Try it out on Vercel!

Maintainability
Test Coverage

Simple web app that allows a user to browse their reviews.

NOTE: Requirements here

Scripts

This is a Next.js project bootstrapped with create-next-app.

The following scripts are available:

  1. yarn lint // run tsc, eslint & prettier code checks
  2. yarn test // run jest tests (unity & integration)
  3. yarn dev // starts dev server locally, with hot reload
  4. yarn build // generate PRD bundle
  5. yarn start // starts PRD server

Service

There’s an API service to provide data.
Here are the docs, and how to generate the client.

CI

  • husky enforces linting and commit messages locally
  • Merges to master branch and PRs will trigger deploys on Vercel envs
  • codeclimate prevents accumulating technical debt
  • a changelog is auto-generated after pushing to master
  • PRs get robot reviews: comments and checks 🤖

Web app

There’s a web app deployed as a Vercel app, matching latest master, and envs are created for new PRs.