Skip to content

btomy/ca-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CA boilerplate

A front-end boilerplate using Gulp as build tool.

Requirements

OS X users can install Node with Homebrew.

$ brew install node

Install Gulp globally on your machine.

$ npm install -g gulp-cli

Quick start

1. Get the latest version

Download or clone the latest version of this boilerplate on your local machine by running:

$ git clone git@github.com:btomy/ca-boilerplate.git   
$ cd ca-boilerplate

2. Install dependencies

Install our project dependencies and developer tools listed in package.json

$ npm install 

3. Start developing

When it's done installing, you can start developing by running:

$ npm start

This command will build our project from the source files (src/) into a temporary folder (.build/). Also starts a local web server that watches our files for changes.

http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published