Closed fnmunhoz closed 3 years ago
added with:
mkdir street-comics-frontend docker run -v $PWD:/opt/app --workdir=/opt/app node:14.17.4 npx create-react-app . --template typescript rm node_modules -rf rm .git -rf
added with: