reframejs / reframe-frontend

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 80.0%Language:HTML 20.0%