https://github.com/dbox/islesford-app2-0
https://github.com/dbox/islesford-app2-0
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbox/islesford-app2-0
- Owner: dbox
- Created: 2024-02-07T13:54:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T14:59:22.000Z (over 2 years ago)
- Last Synced: 2024-12-28T09:21:03.922Z (over 1 year ago)
- Language: JavaScript
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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)