Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 524 Bytes

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.