bigrocketgames / udacity-rnd-postcommentproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post-Comment Project

This is my project for the React-Redux section of the Udacity React Nanodegree Program.

This project allows you to create, edit and remove posts and comments.

To take a look at this application in action once you fork and clone the repo:

To run the client side navigate to the client folder and then:

* install all dependencies with 'npm install'
* start the client side of the application with 'npm start'

To run the api server navigate to /server/api-server folder and then:

* install all dependencies with 'npm install'
* start the server with 'node server'

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About


Languages

Language:JavaScript 93.2%Language:HTML 4.7%Language:CSS 2.1%