ifactory-solutions / awesome-react-app

Always the latest version of "create-react-app" with awesome configurations (lint, commit lint, husk, editor config, etc)
MIT License
45 stars 7 forks source link

Update README: replace my-app by folder name #53

Open italopessoa opened 6 years ago

italopessoa commented 6 years ago

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

Polyneue commented 6 years ago

Mind if I knock this out?

italopessoa commented 6 years ago

Go ahead @Polyneue 😄