Personal site for Kyle Harper. Product Engineer & Engineering Manager.
npx create-remix@latest --template remix-run/remix/templates/spa
npm run dev
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/