Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 522 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 522 Bytes

🚀 Reframe Frontend

This starter scaffolds a frontend using React and goldpage.

Getting Started

  1. Get the code.

    git clone git@github.com:reframejs/reframe-frontend
  2. Install the dependencies.

    cd reframe-frontend/ && yarn install
  3. Start the dev server.

    yarn dev

That's it: you can now go to http://localhost:3000 and start hacking.