Last active
July 4, 2021 04:32
-
-
Save luisenriquecorona/d4a883b017df88ed05e156f96ebe091e to your computer and use it in GitHub Desktop.
NPM HTML5 boilerplate
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
mkdir html5-boilerplate | |
unzip html5-boilerplate*.zip -d html5-boilerplate | |
npx create-html5-boilerplate new-site | |
cd new-site | |
npm install | |
npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment