Skip to content

The CZI Remix Stack with authentication, testing, linting, formatting, etc.

Notifications You must be signed in to change notification settings

ademartini-czi/edu-stack

 
 

Repository files navigation

Remix Edu Stack

The Remix Blues Stack

Learn more about about using Remix at CZI's Education initiative at Intro to Remix.

Create a new Remix app from this template by running:

npx create-remix@latest --template chanzuckerberg/edu-stack

Table of contents

What's in the stack

Requirements

Development

  • Install the required Node version

    nodenv install
  • Install dependencies

    npm install
  • Create .env file for local development

    cp .env.example .env
  • Run the build, which generates the Node server + some other files:

    npm run build
  • If you ever change the GraphQL schema or queries, generate new types with

    npm run codegen
  • Start dev server:

    npm start

This starts your app in development mode, rebuilding assets on file changes.

By default there is a new user with some data you can use to get started:

About

The CZI Remix Stack with authentication, testing, linting, formatting, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.8%
  • JavaScript 10.4%
  • Dockerfile 1.7%
  • Shell 0.1%