An open API service indexing awesome lists of open source software.

https://github.com/christopherkade/example-landing-page

A classic landing page used to improve on my front-end skills.
https://github.com/christopherkade/example-landing-page

Last synced: about 2 months ago
JSON representation

A classic landing page used to improve on my front-end skills.

Awesome Lists containing this project

README

          

# example-landing-page

A classic landing page used to improve on my front-end skills.

## View it

#### Locally

1) Clone the repository: `git clone https://github.com/christopherkade/example-landing-page.git`

2) Navigate to it: `cd example-landing-page`

2) Run `npm install` in order to install all the necessary packages.

3) Run `ng serve` and open http://localhost:4200/ in your favorite browser.

#### Online

You can find it here: https://kade-landing-page.herokuapp.com/.

I added a small `node.js` server in order to be hosted on Heroku.