https://github.com/epomatti/readable-react
Udacity React Developer certification project
https://github.com/epomatti/readable-react
bootstrap frontend javascript nodejs react reactjs redux
Last synced: 3 months ago
JSON representation
Udacity React Developer certification project
- Host: GitHub
- URL: https://github.com/epomatti/readable-react
- Owner: epomatti
- License: mit
- Created: 2019-05-02T13:00:28.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T19:18:49.000Z (over 4 years ago)
- Last Synced: 2026-01-03T14:37:39.384Z (6 months ago)
- Topics: bootstrap, frontend, javascript, nodejs, react, reactjs, redux
- Language: JavaScript
- Homepage: https://readable-react.pomatti.io
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Readable
My implementation of the Readable App for Udacity React Course certification.

## Getting started
You should only need Node.js to start the app:
```bash
# api
npm install --prefix api-server
node api-server/server
# frontend
cp frontend/.config/localhost.env frontend/.env
npm install --prefix frontend
npm start --prefix frontend
```
Application should be available locally at http://localhost:3000