Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 658 Bytes

ddtReactCourse

!Говнокод!

Vercel status

How to start development server

  1. Make sure that the node.js are installed and working;

  2. If NPM dependencies are not installed, install them with the command:
    npm install

  3. Run command for start dev server: npm run dev

How to build

  1. Make sure that the node.js are installed and working;

  2. If NPM dependencies are not installed, install them with the command:
    npm install

  3. Run command for build:
    npm run build

The rest of the scripts, by type of formatting, are in package.json