Coder Social home page Coder Social logo

zhuxuda / resume Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rnet-ao/resume

0.0 1.0 0.0 1.66 MB

react create-react-app eslint typescript commitlint prettier

Home Page: https://rnet-ao.github.io/index.html

JavaScript 38.67% CSS 40.81% HTML 1.01% TypeScript 19.51%

resume's Introduction

简历地址: https://rnet-ao.github.io

个人主页: http://howduudu.site

基于create-react-app配置了TypeScript、ESLint、prettier、precommit、commitlint,使用RxJS和Svg制作头像及动画

此项目可作为CRA框架配置的参考, 也可基于此项目个性化定制自己的简历, 如果有所帮助欢迎star ^_^

目录结构

├── .eslintrc.js
├── .eslintignore
├── .env
├── .gitignore
├── .prettierignore
├── .prettierrc.js
├── commitlint.config.js
├── tsconfig.json
├── config                                      # CRA脚手架配置文件
├── package.json
├── package-lock.json
├── public
│   ├── favicon.ico
│   ├── images
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── README.md
├── scripts                                     # CRA脚手架脚本文件
├── src
│   ├── components
│   │   ├── index.tsx
│   │   └── Resume                              # 简历组件
│   │       ├── data.tsx
│   │       ├── index.scss
│   │       ├── index.test.tsx
│   │       ├── index.tsx
│   │       └── Photo.tsx
│   ├── index.tsx
│   ├── react-app-env.d.ts
│   ├── resources                               # 字体等资源文件
│   ├── scss
│   │   ├── index.scss
│   │   └── varible.scss
│   ├── serviceWorker.ts
│   └── setupTests.ts
└── yarn.lock

开发环境

  • Ubuntu Linux 16.04
  • Node v10.16.0
  • Npm v6.14.4
  • Yarn v1.12.3
  • Git v2.26.0

命令

  1. 安装依赖: yarn
  2. 启动开发环境: yarn start
  3. 构建: yarn build
  4. 代码lint检查: yarn lint
  5. 代码格式化: yarn prettier
  6. 启动服务器: yarn server

关联

布局参考: ESPEN HOVLANDSDAL

头像参考: xiao555

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.