Sample JS App using ReactJS and Parse
download and install it : NodeJS.
Gulp is a task manager and Bower a package manager.
Compass take care about Sass files to compile them in CSS Simply run :
gem install compass
Your environment is now ready to welcome this project
git clone https://github.com/Kemcake/React-Parse.git
npm install
One simple command and your project is built on every change in the /build
folder
npm run gulp
Now you have a working sample React Project, go to src/js/stores/ParseConfig.json
to enter you Parse App keys.
This sample project is a blog showing a list of Post. To see it working, go on you Parse App and create a class Post
with 3 colums : title
, content
and name
You can see a fully working example of what it looks like -> My internship blog
What's in the box
- ReactJS
- Parse.com SDK
- Bootstrap
- Sass
- Browserify
- And other cool stuff
Be careful, this is a work in progress ! Things may not work as expected
Use Dispatchers to be more like "Flux"
- Rémi Santos (@Kemcake)
Thanks to @ArnaudRinquin
Based on Todomvc-flux by Bill Fisher