Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 631 Bytes

Pozt

This is a what I like to think CodePen would have looked like had it been a mobile application.
Since there's not an official CodePen API the app is not fully functional and displays only a couple of basic features. I leveraged the awesome work done by Nate Wiley on the CodePen unoffical API.

Usage

  1. Install the Angular CLI
npm install -g @angular/cli
  1. Install all the project dependancies
npm install
  1. Spin up a local server to preview the app
ng serve -o

You are good to go!