Skip to content

zbert/kickstart-express

Repository files navigation

Kickstart is a website starter kit, and task runner that helps you kickstart a website build. This is a forkeversion that's built on top of express

##Features

  • Command Line Interface
  • Built on Node.js and Express.js
  • Scaffold new projects or work with existing projects
  • Easy templating with Handlebars
  • Sass compilation, optimization and minification
  • JavaScript bundling with Browserify, minification
  • JavaScript and CSS linting
  • Image optimization
  • SVG spriting and optimization
  • Device synchronization with BrowserSync

Installation

Clone repository

Clone repository to a local folder on your machine.

cd some/project/
git clone {url from bitbucket}

Install dependencies

After the clone operation, navigate to the newly-create repository directory and install kickstart-express.

cd /some/project/skadden
npm start

Run Project

npm run build

##Production Builds If you want to build a minified and optimized version of your project, you can do that by passing in the --production flag when you build.

npm run release

FTP Details

{{enter}}

Staged site

{{url}} username: password:

Bill Code for templates

{{billcode}}

Design Concepts

InVision Link: Animated PPT: Sketch:

Design Concerns

Fonts

About

Website starter kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published