Source files for https://angular-lyon.github.io
- Yarn
- Node
For a dev server run:
yarn startAnd navigate to http://localhost:4200/. 🌈
To generate a pre-rendered build run:
yarn prerenderTo see the generated output, make sure you've installed http-server globally, and then run the web server:
http-server ./dist/angular-lyon/browserTo publish a static pre-rendered build run the following:
yarn deployThis website is under MIT license.