wip
β to-do (kanban)
- Linter (Eslint)
- Prettier
- Commitlint
- Editorconfig
- Lint staged
- Pre-commit
- Turborepo
- Dockerfile
- CI/CD w/ Github Actions
- TypeScript
- Koa
- MongoDB
- Mongoose
- API REST
- Jest
- SuperTest
- Linter (Eslint)
- Prettier
- Webpack + babel
- TypeScript
- ReactTS
- Axios
- Semantic UI
- Jest + Testing Library
- Storybook
- Linter (Eslint)
- Prettier
- Vite
π§ wip π§
.
βββ packages/
β βββ api [wip]
| βββ babel
| βββ server
| βββ ui [wip]
| βββ shared
| βββ test
| βββ types
| βββ web
βββ ...
- clone this repo
- go to the server path
../packages/server
- or
yarn server
# install dependencies
> yarn
# or
> yarn install
# copy .env file
> cp .env.example .env
# start project
> yarn start
# open in
http://localhost:9000/api/version
- go to the web path
../packages/web
- or
yarn web
# install dependencies
> yarn
# or
> yarn install
# copy .env file
> cp .env.local .env
# start project
> yarn dev
# open in
http://localhost:8080
- resultGet
- resultGetAll
- resultPost
- resultUpdate
- resultDelete
π§ wip π§