All Projects → mattrothenberg → parcel-craft-example

mattrothenberg / parcel-craft-example

Licence: other
A Craft CMS + ParcelJS Website

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

parcel-craft-example

This is a ParcelJS + CraftCMS starter project. For simplicity's sake, I'm assuming you're running your site via Laravel Valet.

Installation

Copy .env.example to .env, updating variables as needed in order to connect to your local database.

Then, run yarn to install parcel-bundler.

When you're to ready to start developing, run yarn dev and navigate to your local Craft site (e.g., https://parcel-craft.test.

Note that as you save changes to either app.js or app.css, the website with instantly reload with your changes.

When you're ready for prime-time (read: PRODUCTION), go ahead and run yarn build so that the built assets get sent to the /web/dist/ directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].