fnmunhoz / street-comics

Simple app to navigate through all the comics ever released
0 stars 0 forks source link

chore: add create-react-app skeleton #27

Closed fnmunhoz closed 3 years ago

fnmunhoz commented 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