Skip to content

Instantly share code, notes, and snippets.

@aerosol
Created June 11, 2019 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aerosol/5301f08eb835d533d120ddf5d7b58e4e to your computer and use it in GitHub Desktop.
Save aerosol/5301f08eb835d533d120ddf5d7b58e4e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
PROJECT=${1:-newproject}
git clone git@github.com:jgthms/bulma-start.git $PROJECT && cd $PROJECT && npm install
tmux split-window -h 'npx browser-sync start --server --files "*.html" --files "css/*.css"'
tmux split-window -v 'npm start'
nvim .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment