justarrived / just-match-web

JustMatch Web
https://app.justarrived.se
5 stars 1 forks source link

Angular universal #468

Closed bex1 closed 7 years ago

bex1 commented 7 years ago

closes #451

Introducing server side rendering to support SEO and improve loads. The app is now more crawling friendly and search engine optimized.

This will also allow us to move the whole website into the app.

The feature has updated the package.json scripts.

One can develop with angular-cli using yarn run start-dev

To use angular universal: yarn run build or yarn run build-dev or yarn run build-staging (requires dev dependencies) followed by yarn run start (requires production dependencies)

To seperate building and starting we will use codeship.

burenbot commented 7 years ago

Ebert has finished reviewing this Pull Request and has found:

You can see more details about this review at https://ebertapp.io/github/justarrived/just-match-web/pulls/468.