/craft-react-demo

A Demo of the Craft React Plugin

Primary LanguageJavaScriptMIT LicenseMIT

Craft React Demo Project

Setup

  1. Install Craft (composer install, ./craft setup)
  2. Install all plugins
  3. Install all migrations from the migration manager
  4. Install node modules (yarn or npm i)

Starting the Project

  1. Start Client and Server Dev-Build (yarn start or npm run start)
  2. Navigate to the Page

Structure

This project is a reduced setup from what we are using. in addition to craft, there's the 'client'-Folder with the React-Project and the 'app'-Folder with the server builds.