/reframe-frontend

:rocket: Starter to create a frontend: Interactive Frontend (React) + Static Rendering (Goldpage).

Primary LanguageJavaScript

🚀 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.