GSG-K3 / code-academy-wiki

GSG code academy Wiki
https://codeacademywiki.herokuapp.com/
1 stars 3 forks source link

set up file structure-create React App #35

Closed kholoudfann closed 4 years ago

kholoudfann commented 4 years ago

The file structure should be :

Client/
├──public
        ├── index.html
└── src
        ├── App.js
        ├── App.css
        ├── index.js
        ├── LayoutComponent
        ├── SharedComponent
├──.gitignore
├──package.json
├──.eslintrc.json