Skip to content

SeryiBaran/learn-web

Repository files navigation

learn-web

Here I'm learning HTML+CSS+JS.

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

Releases

No releases published

Packages

No packages published