https://github.com/trco/react-albums-app
App #5: Learning React - Fullstack React the Complete Guide to ReactJS and Friends
https://github.com/trco/react-albums-app
Last synced: 10 months ago
JSON representation
App #5: Learning React - Fullstack React the Complete Guide to ReactJS and Friends
- Host: GitHub
- URL: https://github.com/trco/react-albums-app
- Owner: trco
- Created: 2019-04-21T09:23:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T15:21:04.000Z (about 7 years ago)
- Last Synced: 2025-02-24T05:46:54.861Z (over 1 year ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
================
React Albums App
================
App #5: Learning React - Fullstack React the Complete Guide to ReactJS and Friends
To see ``react-albums-app`` in action clone the repository and run it locally::
$ git clone https://github.com/trco/react-albums-app.git
$ cd react-albums-app
$ npm install
$ cd client
$ npm install
$ cd ..
$ npm start