Create Platform.sh React App
This is a fork from Create React apps, platform.sh ready, with no build configuration.
It will generate all the platform.sh confuration files for you.
Quick Overview
npm install -g create-react-app-platformsh
create-react-app-platformsh my-app
cd my-app/
Create a new project through the Platform.sh user interface and select "Import an existing project" when prompted.
Run the provided Git commands to add a Platform.sh remote and push the code to the Platform.sh repository.
That's it !
For more information about the commands, please refer to the
Create React apps documentation