Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

kimmobrunfeldt/frontend-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend starter

Very minimal frontend starter kit.

Features:

  • Browserify
  • Less
  • Npm scripts based automation
  • Tmux to nicely run concurrent tasks

Install

npm install
brew install tmux

tmux is for your convenience.

Local development

Start local server, less watcher and watchify in a nice tabbed tmux terminal:

npm start

To close tmux, you can either kill each process individually or just Alt-C.

How to install jQuery etc.?

Just npm install --save jquery and use var $ = require('jquery'). Browserify takes care of building JS.

About

Frontend tooling automation with npm scripts and tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published