README
skyer-example
Example for skyer web framework.
Install
$ git clone https://github.com/skyerjs/skyer-example
Usage
$ cd skyer-example
$ npm install
$ npm start
Then
$ curl http://localhost:3000/
Hello skyer!
Example
Example fro skyer web framework
<script type="module">
import skyerExample from 'https://cdn.skypack.dev/skyer-example';
</script>
Example for skyer web framework.
$ git clone https://github.com/skyerjs/skyer-example
$ cd skyer-example
$ npm install
$ npm start
Then
$ curl http://localhost:3000/
Hello skyer!