Skip to content

DoCongSon/Comic-backend

Repository files navigation

Comic-backend

Mô tả

Cài đặt

  1. Clone dự án về máy

    git clone 'https://github.com/DoCongSon/Comic-backend.git'
  2. Cài đặt các thư viện cần thiết

    yarn

    hoặc

    npm install
  3. Tạo file .env và cấu hình các biến môi trường

    cp .env.example .env
  4. Chạy dự án ở môi trường development

    yarn dev

    hoặc

    npm run dev
  5. Các script hỗ trợ

    # Build dự án
    yarn build
    # hoặc
    npm run build
    
    # Chạy dự án ở môi trường production
    yarn start
    # hoặc
    npm start
    
    # Chạy eslint
    yarn run lint
    # hoặc
    npm run lint
    
    # Chạy eslint và tự động sửa lỗi
    yarn run lint:fix
    # hoặc
    npm run lint:fix
    
    # Chạy prettier
    yarn run prettier
    # hoặc
    npm run prettier
    
    # Chạy prettier và tự động sửa lỗi
    yarn run prettier:fix
    # hoặc
    npm run prettier:fix
    
    # build swagger
    yarn run swagger
    # hoặc
    npm run swagger

Cấu trúc thư mục

Tác giả

Giấy phép

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published