WorldQL / economykit-example-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EconomyKit Example App

Setup

Prerequisites

  • Node.js
  • Yarn
  • EconomyKit Account

Installation (Development)

  1. git clone this repo
  2. Run yarn install to install required dependencies
  3. Provision an EconomyKit App and paste the app token in .env
    You can also copy the .env file to .env.local to ignore it from source control.
  4. Run yarn dev to start the development server.

Installation (Production)

Same as above, except instead of running the development server with yarn dev, build for production with yarn build.
Once this is complete you can run yarn start to start the server listening on port 3000.

About


Languages

Language:TypeScript 98.3%Language:JavaScript 1.4%Language:Shell 0.4%