https://github.com/abdenasser/imgur
this is a reactjs app that uses imgur api (photos sharing)
https://github.com/abdenasser/imgur
Last synced: 6 months ago
JSON representation
this is a reactjs app that uses imgur api (photos sharing)
- Host: GitHub
- URL: https://github.com/abdenasser/imgur
- Owner: Abdenasser
- Created: 2016-03-26T18:52:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T20:04:03.000Z (over 9 years ago)
- Last Synced: 2025-02-10T06:45:14.611Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ReactStarter
====Use this as a starting point for working on chapters of the [Build Web Apps with React JS and Flux](https://www.udemy.com/learn-and-understand-reactjs/) course on Udemy.com.
---
###Getting Started###
There are two methods for getting started with this repo.
####Familiar with Git?#####
Checkout this repo, install dependencies, then start the gulp process with the following:```
> git clone https://github.com/StephenGrider/ReactStarter.git
> cd ReactStarter
> npm install
> gulp
```####Not Familiar with Git?#####
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:```
> npm install
> gulp
```