fix,docs: README.md update, api 수정
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# Frontend Admin Boilerplate
|
||||
# Frontend Admin
|
||||
|
||||
Next.js + typescript + material ui 활용한 admin dashboard Boilerplate.
|
||||
|
||||
[notion link](https://www.notion.so/Nextjs-MUI-Admin-template-bc57d86c94724bbf83601883c2d5ec13)
|
||||
Next.js + typescript + material ui 활용한 admin dashboard.
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -11,11 +9,21 @@ First, run the development server:
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
# or
|
||||
yarn
|
||||
yarn dev
|
||||
```
|
||||
|
||||
run the local to production mode:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
npm run start
|
||||
```
|
||||
|
||||
### 환경변수
|
||||
|
||||
- `.env.local.sample` 파일처럼 `.env.local` 파일을 생성하여 필요한 환경변수를 세팅한다.
|
||||
- 사용하고 있는 환경변수는 `./src/constants/env.ts`, `./next.config.js` 파일을 확인한다.
|
||||
|
||||
## 폴더 구조
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user