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