washtubs / todolist

Simple GTD-style todo list for the command line.

Home Page:http://todolist.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todolist

Fork of https://github.com/gammons/todolist_frontend

Development

You can test the frontend with npm run start in ./todolist/frontend, and just having your go server listen in a separate tab with go run . web. Then just go to localhost:3000.

Building

The frontend can be built with npm run build in the frontend directory. Currently it creates an error for me but the files still get made, it doesn't seem to be causing an issue. You may need to set your node version if it breaks.

The build directory is currently included in the git repo. You build the app first and then build the server with go build at the top level.

It uses go:embed to include all the frontend files.

License

Todolist is open source, and uses the MIT license.

About

Simple GTD-style todo list for the command line.

http://todolist.site

License:MIT License


Languages

Language:JavaScript 97.2%Language:Go 2.4%Language:Handlebars 0.2%Language:HTML 0.1%Language:CSS 0.1%Language:Ruby 0.1%Language:Dockerfile 0.0%