webeli / este

Is What It Is

Home Page:https://javascript-skoleni.cz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle CI Dependency Status

Universal React.

Prerequisites

Create project

  • git clone https://github.com/este/este.git este
  • cd este
  • yarn

Create Prisma DB

  • yarn prisma init appName choose node-advanced boilerplate and docker
  • set database/prisma.yml service to appName
  • merge appName/.env to .env.dev (without quotes)
  • delete /appName
  • yarn prisma deploy
  • yarn env dev

Deploy

  • yarn deploy:db, TODO: Deploy docker, wait for Prisma Cloud.
  • yarn deploy:api, use URL for APP_GRAPHQL_ENDPOINT in .env.production
  • yarn deploy:web

Dev tasks

  • yarn dev - start development
  • yarn env dev - copy .env.dev to .env
  • yarn env production - copy .env.production to .env
  • yarn production - test production build locally
  • yarn test
  • yarn schema-relay - when yarn dev is running
  • yarn deploy:db
  • yarn deploy:api
  • yarn deploy:web
  • yarn messages

Links

About

Is What It Is

https://javascript-skoleni.cz/

License:MIT License


Languages

Language:JavaScript 100.0%