There was an error while loading. Please reload this page.
Each component requires several files.
Assuming "foo" is the component, the following are created:
src/styles/foo.scss
src/styles/components.scss
@import "components/foo.scss"
test/templates/foo/data.json
test/templates/foo/component.njk
test/templates/foo/index.njk
Read more about the test framework and Visual Testing
test
Run npm run start:playground. Navigate to localhost:3030/foo to see the page.
npm run start:playground
localhost:3030/foo
Note: The server must be restarted if data.json changes.
data.json