Skip to content

🔥 Template based on webpack, pug, stylus, es6, postcss for multi page applications

Notifications You must be signed in to change notification settings

grifon/mpa-frontend-template

 
 

Repository files navigation

MPA frontend template

Template based on webpack, pug, stylus, es6, postcss for multi page applications

Studio Ratio

Prepare

  1. Install or update Node.js;
  2. Install Yarn - fast package manager (like a npm), usage;
  3. Install editorconfig plugin for you editor (PhpStorm, Sublime Text, Atom, VS Code) - consistent coding style between different editors and IDEs.

Start

  1. Clone or download project;
  2. In project folder, run yarn for install dependencies;
  3. Run for build:
    • yarn run build - build project for production (includes UglifyJSPlugin, cssnano);
    • yarn run watch - build and start watching for development (includes sourcemaps);
    • yarn run start - build, watch and local server for development (includes reload on change files).

Feedback

For questions, bugs and enhancements use issues.

About

🔥 Template based on webpack, pug, stylus, es6, postcss for multi page applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • HTML 19.8%
  • CSS 8.1%