https://github.com/tgdev/pluralsite-adminapp
Codebase for Plural site's [Building Applications with React and Redux in ES6 course by Cory House - https://app.pluralsight.com/library/courses/react-redux-react-router-es6/table-of-contents
https://github.com/tgdev/pluralsite-adminapp
Last synced: over 1 year ago
JSON representation
Codebase for Plural site's [Building Applications with React and Redux in ES6 course by Cory House - https://app.pluralsight.com/library/courses/react-redux-react-router-es6/table-of-contents
- Host: GitHub
- URL: https://github.com/tgdev/pluralsite-adminapp
- Owner: tgdev
- Created: 2016-07-30T06:20:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T04:20:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T21:44:05.238Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pluralsite Admin App
This is the codebase for Plural site's [Building Applications with React and Redux in ES6 course by Cory House](https://app.pluralsight.com/library/courses/react-redux-react-router-es6/table-of-contents)
## Dependencies
- NodeJS >= v6.2
- NPM >= v3.2
## Docs
- [Architecture](../docs/architecture.md)
- [Structure](../docs/structure.md)
- [Scripts](../docs/scripts.md)
- [Styles](../docs/styles.md)
- [Testing](../docs/testing.md)
## Getting started
1. clone repo: `git clone git://`
2. install dependencies: `npm install`
3. Fire up dev server: `npm start -s`