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

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

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`