https://github.com/codewithkyle/twigjs-prototype
Experimenting with twig.js as a JavaScript templating language
https://github.com/codewithkyle/twigjs-prototype
Last synced: about 2 months ago
JSON representation
Experimenting with twig.js as a JavaScript templating language
- Host: GitHub
- URL: https://github.com/codewithkyle/twigjs-prototype
- Owner: codewithkyle
- License: mit
- Created: 2019-08-29T21:19:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T22:45:12.000Z (over 6 years ago)
- Last Synced: 2025-10-05T16:44:19.299Z (6 months ago)
- Homepage: https://codewithkyle.github.io/twigjs-prototype/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twig.js Prototype
Experimenting with twig.js as a JavaScript templating language
### Getting Started
1. Clone this repository
2. Navigate into the projects root directory via your terminal
3. Run the NPM install command
```script
npm ci
```
4. Start the HTTP server using the following command
```script
npm run preview
```