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