npx create-react-app@next --scripts-version=@next --template=cra-template@next my-js-app
npx create-react-app@next --scripts-version=@next --template=typescript@next my-ts-app
| # install dependency | |
| sudo apt-get install -y lzma liblzma-dev libreadline-dev libsqlite3-dev libffi-dev libpq-dev | |
| # install pyenv | |
| curl https://pyenv.run | bash | |
| # post-script | |
| # add output from shell | |
| # install python 3.11.4 |