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)
- Host: GitHub
- URL: https://github.com/fsmaiorano/udacity-nanodegree-readable
- Owner: fsmaiorano
- License: gpl-3.0
- Created: 2018-01-21T19:39:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T09:01:10.000Z (over 8 years ago)
- Last Synced: 2025-02-15T00:22:56.161Z (over 1 year ago)
- Topics: lodash, react, react-redux, react-router
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).