Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgesboris/udacity-react-p2-readable
react nanodegree - p2 - readable
https://github.com/georgesboris/udacity-react-p2-readable
Last synced: about 2 months ago
JSON representation
react nanodegree - p2 - readable
- Host: GitHub
- URL: https://github.com/georgesboris/udacity-react-p2-readable
- Owner: georgesboris
- Created: 2018-03-09T10:56:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T15:33:29.000Z (over 6 years ago)
- Last Synced: 2023-07-31T15:57:52.233Z (over 1 year ago)
- Language: JavaScript
- Size: 429 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P2 Readable - Udacity React Nanodegree
Install this project by running:
```javascript
cd frontend && npm install
cd server && npm install
```Start this project by running:
```javascript
cd frontend && npm start
cd server && npm start
```