Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 658 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 658 Bytes

PERSONAL WEBSITE

Made with React.js

website: xzm27
hosting: Firebase
png: pngtree

production folder: build

components: src

Dependencies used:

  1. React.js

    npx create-react-app my-app

    cd my-app

    npm start

  2. Materials UI

    npm install @material-ui/core

    yarn add @material-ui/core

    npm install @material-ui/icons

    yarn add @material-ui/icons

  3. React Router

    $ npm install react-router-dom