ivnsch / capi-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config

WASM dependency

The core logic of this app is in a WASM binary. You just have to download it and place it such that the react app can find it:

  1. Download

Go to releases and download a (usually most recent) zip.

  1. Unzip

Unzip the downloaded file and put it next to your clone of this repo, so it looks like this:

react (or however you named it)
wasm-build (unzipped directory)

Start

In the react directory:

The first time, install dependencies:

npm install

Now you just have to start the app:

npm start --debug

Navigate to http://localhost:3000 in your browser.

Autoformat project

npm run pretty

About


Languages

Language:JavaScript 81.4%Language:SCSS 17.9%Language:HTML 0.6%Language:Shell 0.0%