An open API service indexing awesome lists of open source software.

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

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
```