Skip to content

ericweerstra/frontend-bootstrap

 
 

Repository files navigation

Frontend Bootstrap

How to: Setup development environment

  1. Make sure the following is installed on your machine:

  2. Run this command to install the global dependencies:

    npm install -g gulp
    
  3. Run these commands to install the project-specific dependencies:

    npm install
    
  4. Done! You can now start your development server.

How to: Start the development server

gulp dev

Then point your browser to http://localhost:3000/

How to: Build

gulp dist

How to: Test

gulp test

The test suite contains:

  • JavaScript code linting
  • Sass file code linting

How to: Upload

Add a .env file to the project root with your FTP credentials:
UPLOAD_HOST=username
UPLOAD_USER=password
UPLOAD_PASSWORD=ftp://host

gulp upload

About

An opinionated blueprint environment to quick start new front-end codebases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • Shell 19.8%
  • HTML 9.4%
  • CSS 7.0%