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
- Host: GitHub
- URL: https://github.com/fooloomanzoo/content-type-test
- Owner: fooloomanzoo
- Created: 2020-05-25T08:36:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T21:02:54.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T11:15:30.409Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
