Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eugeniobarrosjr/nd-udacity-readable

Readable : Second project of Udacity's React Nanodegree course.
https://github.com/eugeniobarrosjr/nd-udacity-readable

Last synced: about 1 month ago
JSON representation

Readable : Second project of Udacity's React Nanodegree course.

Awesome Lists containing this project

README

        

This project is my implementation of Readable app which is the final assessment project for the
Udacity's React Fundamentals course, part of the [React Nanodegree Program](https://udacity.com/course/nd019).

Readable is a simple content sharing plateform. Users are able to share articles, as well as reading other shared articles. Users are also able to leave comments on articles.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

- **Npm** is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. [Download Node.js](https://nodejs.org/en/download/)

- **Yarn** is a package manager built by Facebook Team and seems to be faster than npm in general. [Download Yarn](https://yarnpkg.com/en/docs/install)

### Installing

To download the project follow the instructions bellow:

```
git clone https://github.com/eugeniobarrosjr/nd-udacity-readable.git
cd nd-udacity-readable
```

Then install dependencies on server and run:

```
cd server
yarn install
yarn start
```

or

```
cd server
npm install
npm run start
```

Then install dependencies and run:

```
yarn install
yarn start
```

or

```
npm install
npm run start
```

## Versions

v1.0

- Default project implementation

## Authors

Eugênio Barros

- [https://github.com/eugeniobarrosjr](https://github.com/eugeniobarrosjr)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details