- Install Craft (
composer install,./craft setup) - Install all plugins
- Install all migrations from the migration manager
- Install node modules (
yarnornpm i)
- Start Client and Server Dev-Build (
yarn startornpm run start) - Navigate to the Page
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.