Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryuhojin/project-management

React Admin Template
https://github.com/ryuhojin/project-management

Last synced: 6 days ago
JSON representation

React Admin Template

Awesome Lists containing this project

README

        

### PROJECT MANAGEMENT SYSTEM( 프로젝트 관리 시스템 )

#### FRONTEND

> Framework : ReactJS

> Api : Axios

> StateManagement : ClideSide(Recoil or Mobx) ServerSide(ReactQuery)

> Style : Styled Components ( CSS IN JS )

> Language : Javascript

#### BACKEND

> Framework : Koa(NodeJS)

> Language : Javascript

> DB : not yet

#### FRONT RUN

```
yarn start
```

#### BACK RUN

```
yarn start:dev
```