awesome-react-app icon indicating copy to clipboard operation
awesome-react-app copied to clipboard

Update README: replace my-app by folder name

Open italopessoa opened this issue 8 years ago • 2 comments

Prerequisites

Expected Behavior

Folder Structure

After creation, your project should look like this:

user_folder_name/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

Current Behavior

Folder Structure

After creation, your project should look like this:

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

Possible Solution

replace all occurrences of my-app by user folder name

italopessoa avatar Oct 17 '17 22:10 italopessoa

Mind if I knock this out?

Polyneue avatar Oct 17 '17 22:10 Polyneue

Go ahead @Polyneue 😄

italopessoa avatar Oct 17 '17 22:10 italopessoa