Svelte Starter with Sapper, GraphQL and Firebase Auth.
yarn
in project rootyarn dev
or npm run dev
, from project root. The app should be running at: http://localhost:3000.yarn build
or npm run build
from project root. Run yarn start
or npm start
to start app..env
file to add your credentialsdocker run -p 3000:3000 -it <IMAGE> sh
. e.g. docker run -p 3000:3000 -it gcr.io/your_project/your_service:54bxr7g9 sh
, then from inside image run node __sapper__/build
. Now open browser to localhost:3000
yarn deploy
or npm run deploy
,src/svql
directory into it's own repo and publish as a lightweight graphql client for svelte
on npm