/reframe-proto

:rocket: Full-stack prototype starter: Frontend (React, Goldpage) + Backend (Node.js, Express) + Database (ProtoDB, Wildcard API).

Primary LanguageJavaScript

🚀 Reframe Proto

This starter scaffolds an app with:

Getting Started

  1. Get the code.

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

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

    yarn dev

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