yaniv-l / activities

This project was created from scratch using reactjs, babel, webpack, mogodb and nodejs.Its a simple activity report app using reactjs on the client side and node+mongodb for server side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activities

This project was created from scratch using reactjs, babel, webpack, mogodb and nodejs.Its a simple activity report app using reactjs on the client side and node+mongodb for server side.

###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 git@github.com:yaniv-l/activities.git
	> cd react_client_auth
	> npm install
	> npm start

####Not Familiar with Git?##### Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

	> npm install
	> npm start

About

This project was created from scratch using reactjs, babel, webpack, mogodb and nodejs.Its a simple activity report app using reactjs on the client side and node+mongodb for server side


Languages

Language:JavaScript 97.1%Language:CSS 1.7%Language:HTML 1.1%