Go to file
2020-11-11 20:57:18 +08:00
packages refactor: code cleanup 2020-11-11 20:57:18 +08:00
.editorconfig 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.env.example 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.eslintrc 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.fatherrc.ts 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.gitignore 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
docker-compose.yml 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
dotenv.js first commit 2020-10-24 15:34:43 +08:00
jest.config.js 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
lerna.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
nodemon.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
package.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
README.md 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
tsconfig.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00

Development

Install Dependencies

# Install dependencies for root project
npm i

# Install dependencies for sub packages via lerna
npm run bootstrap

Set Environment Variables

cp .env.example .env

Test

# For all packages
npm test

# For specific package
npm test packages/<name>