Skip to content

dfontenot/denojira

Repository files navigation

denojira

A Jira clone. This project is an experiment to see what is involved with porting a legacy framework-less React application to the Deno runtime instead of Node.JS.

a screenshot demo of the website

Stack

Uses

Development

Server

At the moment, the server is set up around supporting a dev setup where most assets are generated when requested. Future work will be to have the web server host a pre-built JS bundle and prebuilt CSS.

Setup

  1. deno install --allow-net --allow-read --allow-write -n esbuild https://deno.land/x/esbuild@v0.15.16/mod.js

Ops

Create a swim lane

curl -X POST -H "Content-Type:application/json" http://localhost:8000/api/lane -d '{"name":"test lane"}'

Get the current swim lanes

curl http://localhost:8000/api/lanes

About

A demo project for fullstack Deno (react SSR)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages