Skip to content

AlexCasa/essential-web-app-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWASK

Essential starter kit for web application.

Features

  • Compiles Scss to CSS
  • Scss live reload
  • CSS Autoprefixer
  • CSS Minifier
  • Watchify & Browserify

Usage

  • Install dependencies: npm install or yarn

  • Run dev: gulp watch

  • Run dist: gulp build

Conventions

The project by default must have the following structure:

  app/
    scripts/
    styles/
    images/
  public/
      ...

You are able to change it in gulpfile.babel.js.

Note that app/scripts/main.js act as the build entry, recursively all the required module are bundle up into public/bundle.js. You need .babelrc file to compile gulpfile.babel.js from ES6 to ES5 syntax.

License

MIT License

About

Essential starter kit for web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published