Skip to content

sergeyhist/metalamp-step-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toxin-Hotel Source code

Requirements

Npm Dependencies

Jquery Plugins

Fonts

Deploy

  1. Download repo and install needed dependencies:

     git clone https://github.com/sergeyhist/metalamp-step-2.git
     cd metalamp-step-2
     npm install
    
  2. Use one of the avaliable commands below.

Available Commands

  • Development build:
    Bundle all pages and assets with webpack.config.js in development mode and './dist' as output path.

      npm run dev
    
  • Production build:
    Bundle all pages and assets with webpack.config.js in production mode and '../hist-webpages/toxin-hotel' as output path.

      npm run prod
    
  • Start dev server:
    Run webpack dev server at http://localhost:8080 in development mode with live reloading and './dist' as static files directory.

      npm run server