With Etcher, you can make your development process easier and faster. Etcher lets you speed up your workflow without needing to set up tons of boilerplate code.
Let's Go →<!-- src/components/Header.xtml --> <h1>🎉 Hello {{name}}.. 🎉</h1> <style> h1 { color: #666ee0; font-size: 3rem; } </style> <!-- src/pages/index.xtml --> <etcher-Header name="World"></etcher-Header>
Our documentation will go through all of Etcher's features and quirks. We'll walk you through how to use Etcher to create a basic site that takes advantage of Etcher.
Get Started →Etcher is small and perfect for simple sites that don't need a traditional framework.