Skip to content

kyleharper/kyleharper.github.io

Repository files navigation

kyleharper-github-io

Personal site for Kyle Harper. Product Engineer & Engineering Manager.

Setup

npx create-remix@latest --template remix-run/remix/templates/spa

Development

npm run dev

Production

The build will generate assets and an index.html for the SPA.

npm run build

You can serve this from any server of your choosing, for a simple example, you could use http-server:

npx http-server build/client/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published