Giter Club home page Giter Club logo

my-react-app's Introduction

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.

my-react-app's People

Contributors

mengto avatar

Watchers

James Cloos avatar  avatar

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.