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

SeryiBaran/ddtReactCourse

Repository files navigation

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