Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 621 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 621 Bytes

WEB BASE V3

Web base v3 based on:

  • React 17, umijs, antd v4
  • TypeScript
  • SSO with Keycloak
  • Back-end: NestJS, PostgreSQL

This project is initialized with Web Base. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

yarn

Provided Scripts

RIPT S-Link provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn build