Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olliejt/olliejt-quickstart-twig
https://github.com/olliejt/olliejt-quickstart-twig
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/olliejt/olliejt-quickstart-twig
- Owner: OllieJT
- Created: 2020-04-26T16:41:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:37:28.000Z (about 2 years ago)
- Last Synced: 2023-03-10T18:46:39.721Z (almost 2 years ago)
- Language: CSS
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Before you dive in...
This is one of my personal quickstart projects, a repo that I clone to get up and running faster. Commits might be messy, there may be bugs. **I am open to feedback** but this isn't my job.
# Twig & SCSS
This quickstart uses gulp to compile my prefered tooling for a vanilla project. It all compiles down to basic HTML, CSS and Javascript.- Twig templating for markup so we can use layouts, imports, and loops... things I've come to love from React.
- SCSS for styles... because it's not the 90's anymore and we all appreciate CSS with nesting.
- Babel for compiling modern Javascript. (I'm still new to managing my own babel setup.)