Skip to content

Instantly share code, notes, and snippets.

@ucan-lab
Last active November 9, 2018 06:01
Show Gist options
  • Select an option

  • Save ucan-lab/e151c2414637d15cead7fc91f27ea794 to your computer and use it in GitHub Desktop.

Select an option

Save ucan-lab/e151c2414637d15cead7fc91f27ea794 to your computer and use it in GitHub Desktop.
Mixed-Nuts モダンなWebサイト制作環境を爆速で構築する ref: https://qiita.com/ucan-lab/items/38c6e625967796b8afb7
$ git clone https://github.com/ucan-lab/mixed-nuts ./example
$ cd example
$ npm install
$ rm -rf .git; git init; git add .; git commit -m "first commit"
$ npm run dev
$ npm run watch
$ npm run gulp
$ npm run prod
$ npm run dep
? No site id specified, create a new site: y
? Path to deploy? (current dir): public
Last build is always accessible on http://xxxx.netlify.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment