dandel10n / engineering_company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Engineering company project

How to clone the project

$ git clone https://github.com/dandel10n/engineering_company.git

The link could be found in the repo by clicking the "Clone or download" button

Dependencies installation

You need node.js and npm first. You can download it here.

Then, to install all needed dependencies run:

npm install

Project usage

To compile static files run:

npm run build

To watch changes run:

npm run watch

To run local webserver (you can use it for testing on various devices) with watching changes and livereload:

npm run webserver

And then the site will be available on localhost:8000

About


Languages

Language:CSS 45.3%Language:HTML 44.7%Language:JavaScript 10.0%