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

https://github.com/fooloomanzoo/content-type-test

testing content-type in responses for native html tags
https://github.com/fooloomanzoo/content-type-test

Last synced: about 1 year ago
JSON representation

testing content-type in responses for native html tags

Awesome Lists containing this project

README

          

## Content-Type and HTML-Elements
Sample project how different HTML-Elements handling different content-types without specific clientside configuration using a node-express-server and the sapper-framework.

### install
```
npm install
```

### run
```
npm run dev
```
or
```
npm run build
npm start
```
and open ```http://localhost:3000```

### Preview

![Preview](preview/sample.png)