An open API service indexing awesome lists of open source software.

https://github.com/fsmaiorano/udacity-nanodegree-readable

Nanodegree React - Final project of module 2 (React x Redux)
https://github.com/fsmaiorano/udacity-nanodegree-readable

lodash react react-redux react-router

Last synced: about 2 months ago
JSON representation

Nanodegree React - Final project of module 2 (React x Redux)

Awesome Lists containing this project

README

          

# Udacity - Nanodegree - Readable

An application like Bulletin Board Sytem with basic administration system and topic ranking.

## Requeriments
* npm

## How to Run:
* Download or Clone the repository.
* Run ```npm install``` to install project dependencies.
* Run the app using ```npm start```.
* In your browser, access the url: ``` localhost:3000 ```.

## Backend Server
* go to backend folder.
* install all dependencies ```npm install```.
* run the server ```npm start```.

- More information about backend methods can be fount [`here`](backend/README.md).

## Frontend
* go to frontend folder.
* install all dependencies ```npm install```.
* run the project ```npm start```.

## Create React App

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).