Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 619 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 619 Bytes

react-directus-template

Getting Started

Prerequisites

  • Yarnpkg v3.1.1 or higher
  • Node.js v18.13.0 or higher
  • MySQL Server v8.0.26 or higher
  • Docker 20.10.23 or higher

Installing

  1. Clone the repository
git clone git@github.com:celestialstag/react-directus-template.git
  1. Install dependencies
yarn install
  1. Create dotenv files

Create dotenv at the root of the project

cp .env.example .env

Create client side dotenv

cp packages/web/.env.example packages/web/.env

Building

  1. Bundle libraries
yarn rollup