Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 605 Bytes

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