Skip to content

samthomson/ts-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-play

Basic TS config(s).

setup

docker-compose build

run

Either: bash into the app container with docker-compose run app sh and then run yarn run init separately, staying in the container's scope. or run the script in the container from outwith the container (on the/your host machine), docker-compose run app yarn run init, then return to the host scope after.

reuse

substitute new-project

copy repo: git clone https://github.com/samthomson/ts-play new-project

update remotes (after creating new repo on github): cd new-project && git remote remove origin && git remote add origin [email protected]:samthomson/new-project.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published