Created
June 11, 2019 21:34
-
-
Save aerosol/5301f08eb835d533d120ddf5d7b58e4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
PROJECT=${1:-newproject} | |
git clone [email protected]: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