/robofriends

I learn basic ReactJS from Zero to Master on Udemy

Primary LanguageJavaScriptMIT LicenseMIT

Robofriends ️⚡ GitHub GitHub stars GitHub forks

Simple project while I learned ReactJS

Robofriends

Features

️️⚡ Tachyons ️️⚡ RoboHash API

How To Use 🔧

From your command line, first clone Simplefolio:

# Clone the repository
$ git clone https://github.com/tridenda/robofriends

# Move into the repository
$ cd robofriends

# Remove the current origin repository
$ git remote remove origin

After that, you can install the dependencies either using NPM or Yarn.

Using NPM: Simply run the below commands.

# Install dependencies
$ npm install

# Start the development server
$ npm start

Using Yarn: Be aware of that you'll need to delete the package-lock.json file before executing the below commands.

# Install dependencies
$ yarn

# Start the development server
$ yarn start

NOTE: If your run into issues installing the dependencies with NPM, use this below command:

# Install dependencies with all permissions
$ sudo npm install --unsafe-perm=true --allow-root

Authors

This project is licensed under the MIT License - see the LICENSE.md file for details