Snazzyham / preact-api-consume-test

[WIP] A test to build my new frontend using Preact and an API. This may fail miserably.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A test for a new website

A while back, I built a small tool that takes a bunch of .md files from my Jekyll blog and served them as JSON over a REST API.

This is the first test to create a frontend to consume that API.

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

About

[WIP] A test to build my new frontend using Preact and an API. This may fail miserably.


Languages

Language:JavaScript 92.1%Language:CSS 7.9%