Skip to content

Starting point for web apps. It provides a prepared development environment based on gulp, stylus and webpack.

Notifications You must be signed in to change notification settings

wbkd/frontend-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starterkit

This webapp starterkit provides a prepared development environment based on gulp, stylus and webpack.

Installation

Install all dependencies.

$ npm install

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 3000.

$ gulp

Javascript entry file: app/scripts/main.js
CSS entry file: app/stylus/main.styl

If you want to use third-party CSS you just include it via @import 'path/to/your/third-party-styles.css' at the top of the main.styl file.

Build

Builds a minified version of the application in the dist folder.

$ gulp build --type production

###Requirements

  • node
  • npm
  • gulp

About

Starting point for web apps. It provides a prepared development environment based on gulp, stylus and webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published