Skip to content

Magora-Systems-Frontend/web-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

  1. Install the node.js

  2. Clone the project

  3. Dependency installation

    npm i
  4. Start dev for index page

    npm run dev-index
  5. Start build for index page

    npm run build-index
  6. In browser open page with address http://localhost:8085/

  7. Commands for build all pages on server

    npm i
    npm link gulp
    sed -i -e 's/ build/ build --env=production/g' builder.sh
    sh builder.sh

About

Web Starter Kit is an opinionated boilerplate for web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors