Created
April 14, 2022 20:29
-
-
Save ericof/4afd39ac9c07c7f0a28cbf3a40779d4b to your computer and use it in GitHub Desktop.
Plone 6 and React in 3 Easy Steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start Plone backend | |
docker run -d -p 8080:8080 plone/plone-backend:6.0.0a4 | |
# Create a new frontend project | |
yo @plone/volto | |
# Start frontend | |
yarn start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment