Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljlm0402/react-resume
πββοΈ Resume
https://github.com/ljlm0402/react-resume
nodejs react scss styled-components typescript vercel zeit-now
Last synced: about 1 month ago
JSON representation
πββοΈ Resume
- Host: GitHub
- URL: https://github.com/ljlm0402/react-resume
- Owner: ljlm0402
- Created: 2019-07-26T02:18:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:53:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T23:42:56.114Z (over 1 year ago)
- Topics: nodejs, react, scss, styled-components, typescript, vercel, zeit-now
- Language: TypeScript
- Homepage: https://resume.ljlm0402.now.sh/
- Size: 3.33 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Resume
## Structure
```bash
β
βββ /public
β βββ /assets
β β
β βββ favicon.ico
β βββ index.html
β βββ manifest.json
β
βββ /src
β βββ /components
β β
β βββ /containers
β β
β βββ /interfaces
β β
β βββ App.tsx
β βββ index.scss
β βββ index.tsx
β βββ react-app-env.d.ts
β βββ serviceWorker.ts
β βββ types.ts
β
βββ .gitignore
βββ .nowignore
βββ now.json
βββ package.json
βββ tsconfig.json
βββ yarn.lock
```## Modules
- react - JavaScript library for creating user interfaces
- styled-components - Utilising tagged template literals and the power of CSS
- typescript - language for application-scale JavaScript
- now - Global Serverless Deployments
## Blog
- [1ν, Vercel Now μΉ νΈμ€νΈ μ ν , cra μμ±](https://ljlm0402.netlify.com/project/resume/1/)
- [2ν, Github Webhook CI / CD](https://ljlm0402.netlify.com/project/resume/2/)
- [3ν, κ°λ¨ν ν면ꡬμ±](https://ljlm0402.netlify.com/project/resume/3/)