Skip to content

kensoz/Rrea-server

Repository files navigation

🌞 Rrea-Server

github codecov Node npm License

GitHub: Client | Admin

スタック

  • ⚙️ TypeScript
  • ⚡️ Koa.js
  • 💽 mangoDB + mongoose
  • 📑 Eslint + Prettier
  • 🔌 Jest
  • 🔩 GitHub Actions + Codecov
  • 🏭 rollup.js
  • 📦 Yarn
  • 🔻 RESTful API & GraphQL

システムアーキテクチャー

system

使用

インストール
yarn install
開発(Dev)

http://localhost:7001で起動

yarn dev
ビルド

rollup.jsによるバンドル、distフォルダを作成

yarn build
テスト
yarn test
プロジェクト起動(Prod)
yarn start