A Pluralsight Administration Site written in React and Flux ##To get started:
- Install NodeJS
- Download this repo
- Open the command line of your choice and cd to the root directory of this repo on your machine
npm install
- Installs packagesnpm install -g gulp
- Installs gulp globally. Why globally?gulp
- Builds the project and opens your browser.- Navigate to http://localhost:4000/ if your browser doesn't open automatically.