Let's try it out!
Make sure you have started Webpacks development server by running npm run start
. All our front end assets needs to load through http://127.0.0.1:3000
.
Next, navigate to http://your-project-url/app_dev.php. You should now see the React component pop up. Try editing the React component in you editor and see what happens in the web browser.