Skip to content

MasterDaveh/pozt

Repository files navigation

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!