Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 1.94 KB

README.md

File metadata and controls

79 lines (53 loc) · 1.94 KB

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: