Skip to content

Starter kit for eleventy with tailwind and snowpack

License

Notifications You must be signed in to change notification settings

ilourt/e11ty-starter

Repository files navigation

Eleventy starter kit

Project to start quickly with eleventy. The only tools you need to have installed on the host is Docker, just and your favorite IDE 💻

Getting started

  1. The first time the project is launched, the development docker image needs to be built with just build-local-image
  2. Lauch eleventy in serve mode with: just watch
  3. See the results at http://localhost:8080

The port is overridable in .env by changing the value of WEB_PORT

  1. Code your site in ./src => Happy Coding 🎉

Available commands

All commands are executed with just.

  • exec <cmd> execute the command in the docker container.

If the <cmd> is omitted, the command use by default is bash which allow to have a bash instance inside the container

  • watch watch and serve the project
  • clean clean the generated files

LICENSE

MIT (c) 2020, Irwin Lourtet.

Author

Irwin Lourtet
Irwin Lourtet

About

Starter kit for eleventy with tailwind and snowpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published