Last active
April 17, 2020 08:31
-
-
Save koyanloshe/cbb79380f1ebeab4cc74f68425661b99 to your computer and use it in GitHub Desktop.
Static site generator #Javascript #Unix
This file contains 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
// Step 1: Clone repository from GitHub | |
$ git clone https://github.com/ericalli/static-site-boilerplate | |
&& cd static-site-boilerplate && rm -rf .git && git init | |
// Step 2: Install dependencies | |
$ npm install | |
// Step 3: Run the development server | |
$ npm run start | |
// Step 4: Generate production-ready files | |
$ npm run build:dist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment