Svelte & Parcel template
The Svelte ❤️ Parcel template is a Svelte template that utilizes the Parcel bundler. It includes various features such as bundling with Parcel, testing with Jest (with Snapshot support), formatting with ESLint and Prettier, and transpiling with Babel. With this template, users can easily get started with building their Svelte projects.
To install the Svelte ❤️ Parcel template, follow these steps:
localhost:1234.To build the project, run the following command:
npm run build
To run the tests using Wallaby, use the following command:
npm run test:wallaby
If you prefer using the command line for running tests, use the following command:
npm run test
You can check for linting issues or automatically fix them using the following options:
npm run lintnpm run lint:fixThe Svelte ❤️ Parcel template provides developers with a streamlined setup for building Svelte projects. With features such as bundling with Parcel, testing with Jest, formatting with ESLint and Prettier, and transpiling with Babel, users can quickly get started and ensure code quality throughout their development process. The inclusion of Wallaby for testing adds an extra level of convenience and efficiency. Overall, this template offers a comprehensive solution for Svelte development.