All Projects → wbkd → frontend-starterkit

wbkd / frontend-starterkit

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].