https://github.com/wichopy/react-picture-editor
https://github.com/wichopy/react-picture-editor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wichopy/react-picture-editor
- Owner: wichopy
- Created: 2017-03-25T01:35:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T18:45:53.000Z (about 9 years ago)
- Last Synced: 2025-03-15T11:22:49.227Z (over 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lane Developement Challenge
#### Project 1: React Image Playground
(This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app))
To get this running on your machine:
1. `git clone git@github.com:wichopy/react-picture-editor.git`
2. You will need node v6 or higher. If you have a lower version, run:
a) `nvm install 6`
b) `nvm use 6`
4. Install dependencies:
`npm install`
5. Run with command:
`npm start`
6. Go to `localhost:3000` on your favourite browser to play with some pictures!