https://github.com/dbox/11ty-bp
https://github.com/dbox/11ty-bp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbox/11ty-bp
- Owner: dbox
- Created: 2022-04-02T21:33:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T13:48:14.000Z (over 2 years ago)
- Last Synced: 2024-12-28T09:21:16.881Z (over 1 year ago)
- Language: Nunjucks
- Size: 749 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eleventy Starter
A starter setup for front-end development using Eleventy and Webpack.
- [Nunjucks](https://mozilla.github.io/nunjucks/) for HTML Templating
- [Postcss-preset-env](https://preset-env.cssdb.org/) for Modern CSS
## Installation
```sh
npm install
npm start # alias for `npm run watch`
npm run dev
npm run prod
npm run clean
npm run lint
```
# Netlify
Run the entire [Netlify platform](https://www.netlify.com/products/dev/) locally.
Preview it all – site generation, functions, and edge logic.
```sh
netlify dev
```
### Tips
- Install [postcss language support for vscode](https://github.com/csstools/postcss-language)