Initializer for a fullstack project using Typescript + Go.
Batteries Included.
- Gorilla Mux
- React Router (for DOM)
- Material UI + Icons
- Lucide Icons
- React markdown
Get the repo.
mkdir -p ~/repos/github.com/samintheshell && cd $_
git clone git@github.com:samintheshell/tsgo.gitSetup a new project.
~/repos/github.com/samintheshell/tsgo/init.sh --go-module github.com/samintheshell/myproject -d ~/repos/github.com/samintheshell/myproject
~/repos/github.com/samintheshell/tsgo/init.sh --go-module github.com/samintheshell/quantum-bazaar -d ~/repos/github.com/samintheshell/quantum-bazaar
~/repos/github.com/samintheshell/tsgo/init.sh --go-module <module-name-here> -d <path-for-new-project>