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.
- Host: GitHub
- URL: https://github.com/christopherkade/example-landing-page
- Owner: christopherkade
- Created: 2017-07-05T23:55:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T17:03:36.000Z (almost 9 years ago)
- Last Synced: 2025-12-08T06:17:22.083Z (6 months ago)
- Language: TypeScript
- Homepage: https://kade-landing-page.herokuapp.com/
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.