my-react-app

Template for the React for Designers course

  • 所有者: MengTo/my-react-app
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

React for Designers


React is the most popular javascript framework. It’s component-based, similar to how you use Components in Figma in order to reuse the elements in powerful ways. This in turn allows for better collaboration between teammates. With this course, you'll learn how to build and animate your site from scratch. Create highly customizable components for your design system. Full video tutorials:
https://designcode.io/react

Course Downloads

Install Gatsby and Node

Make sure that you have the Gatsby installed and Node:

npm install --global gatsby-cli

Install Libraries

npm install

Known Issues

Permission Issue Installing Gatsby

If you have issues installing Gatsby, please use sudo in front.

sudo npm install --global gatsby-cli

Image issue in In Basic Styling in CSS

You may get an error when you call the local image. The easiest solution is to put the image online using CloudApp.

background: url('https://cl.ly/3k1F152x261C/download/wallpaper3.jpg');

Or, you can try installing this library.

npm install --save url-loader

Or, you can also put the images inside /static/images or /public/images instead of /src/images. Link the images like this:

background: url('../../static/images/wallpaper3.jpg');

GraphQL giving an error

Make sure to restart your local environment by doing Control + C in the Terminal, and then gatsby develop.

主要指標

概覽
名稱與所有者MengTo/my-react-app
主編程語言JavaScript
編程語言JavaScript (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2018-07-21 18:25:29
推送於2018-08-21 23:57:35
最后一次提交2018-08-21 19:57:34
發布數0
用户参与
星數175
關注者數11
派生數72
提交數31
已啟用問題?
問題數3
打開的問題數2
拉請求數1
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?