Creating a new app in the current directory
Created by: jamiebuilds
$ mkdir app
$ cd app
$ git init .
$ create-react-app .
> The directory `.` already exists. Aborting.
It would be nice if this worked
Created by: jamiebuilds
$ mkdir app
$ cd app
$ git init .
$ create-react-app .
> The directory `.` already exists. Aborting.
It would be nice if this worked