All Projects → MengTo → My React App

MengTo / My React App

Licence: mit
Template for the React for Designers course

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].