fforres / astro-islands

Created with CodeSandbox

Home Page:https://codesandbox.io/p/github/fforres/astro-islands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

cd astro
npm i
npm run build

cd ..
cd nextjs
npm i
npm run build
cd ..

On one terminal

# RUN ASTRO
node ./astro/dist/server/entry.mjs

on another terminal

# RUN NextJS
cd ./nextjs && npm run start

About

Created with CodeSandbox

https://codesandbox.io/p/github/fforres/astro-islands


Languages

Language:TypeScript 70.7%Language:JavaScript 15.1%Language:Astro 13.6%Language:CSS 0.6%