parcel-example Example of using React Cosmos with Parcel Installation npm install Running in developement mode npm start Building the assets to be ran on an external server npm run dist If you want to run it, you need to run it using a server. In this repo, you can do node playground-server.js to emulate the server on your machine