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.
- Install the Angular CLI
npm install -g @angular/cli
- Install all the project dependancies
npm install
- Spin up a local server to preview the app
ng serve -o
You are good to go!