| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the actual source code of the angular-meteor.com website, which uses angular-meteor-tutorial-infrastructure in order to generate static HTML website from Git managed tutorials (powered by tortilla package).
$ yarn $ yarn generate
Then all of the generated HTML files will be in: ./static-website/ directory.
If you have an issue with GitHub API rate-limiter, create a GitHub developer application (https://github.com/settings/developers) and then run as follow:
$ CLIENT_ID="??" CLIENT_SECRET="??" yarn generate
$ npm install $ npm run generate $ npm run deploy
Install modules first:
$ npm install
And in two different Terminal tabs:
$ npm start $ npm run watch
Open your browser http://localhost:3000 !
| Back | FazBrowse Home | New Git URL |