Last active
November 9, 2018 06:01
-
-
Save ucan-lab/e151c2414637d15cead7fc91f27ea794 to your computer and use it in GitHub Desktop.
Mixed-Nuts モダンなWebサイト制作環境を爆速で構築する ref: https://qiita.com/ucan-lab/items/38c6e625967796b8afb7
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
| $ git clone https://github.com/ucan-lab/mixed-nuts ./example | |
| $ cd example | |
| $ npm install |
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
| $ rm -rf .git; git init; git add .; git commit -m "first commit" |
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
| $ npm run dev |
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
| $ npm run watch | |
| $ npm run gulp |
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
| $ npm run prod |
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
| $ 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