Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 685 Bytes

symmetrical-giggle

Open in Gitpod

This is a repo for experimenting with React.

Currently I have just setup one experiment => React + Ionic. Feel free to add your own experiment in another folder.

To test it out you may clone this repo or open it in GitPod.io

  1. Open a terminal.
  2. Install ionic: npm i ionic -g
  3. Then navigate into run.it folder and serve the app: cd run.it && ionic serve

Todo: setup config for GitPod.io so that the workspace is simpler to start?