.
├── Dockerfile
├── README.md
├── config
│ ├── env.js
│ ├── getHttpsConfig.js
│ ├── jest
│ ├── modules.js
│ ├── paths.js
│ ├── webpack
│ ├── webpack.config.js
│ └── webpackDevServer.config.js
├── deploy.sh
├── docker-compose.yml
├── jest.config.js
├── jest.fileMock.js
├── note.txt
├── package-lock.json
├── package.json
├── public
│ └── index.html
├── scripts
│ ├── build.js
│ ├── start.js
│ └── test.js
├── src
│ ├── App.scss
│ ├── App.tsx
│ ├── AppWithRouter.test.tsx
│ ├── AppWithRouter.tsx
│ ├── Home.scss
│ ├── Home.test.tsx
│ ├── Home.tsx
│ ├── MainPage
│ ├── Project1
│ ├── api.tsx
│ ├── custom.d.ts
│ ├── index.scss
│ ├── index.tsx
│ ├── setupTests.ts
│ ├── static
│ └── utils
├── structure.txt
└── tsconfig.json
10 directories, 33 files
-
Notifications
You must be signed in to change notification settings - Fork 0
JamesCCoder/resume_frontend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published