ryanflorence / remix-architect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix Architect Experiment

Running locally:

arc sandbox
# in another tab

cd src/http/any-catchall
npm run start

Then open up http://localhost:3333 (not 3334, that's just the asset server).

Deploying:

First build it:

cd src/http/any-catchall
npm run build

And then deploy it:

# from the root of the project
arc deploy

About


Languages

Language:TypeScript 77.4%Language:JavaScript 20.8%Language:CSS 1.2%Language:Arc 0.6%