dangrt5 / movie-quotes

App for demo User Authentication in react with redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Quotes

App to demo User Authentication using React with Redux

Setup Instructions

  1. Fork this repo
  2. Clone your forked copy of this repo
    • git clone https://github.com/[Your Username]/movie-quotes.git
  3. Change directory into the newly cloned repo
    • `cd movie-quotes
  4. Install dependencies
    • npm install
  5. Start dev server
    • npm start
  6. Open a browser and navigate to localhost:3000

Bundle For Deployment

  1. Run webpack to bundle files
    • npm run bundle

NOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.

About

App for demo User Authentication in react with redux


Languages

Language:JavaScript 95.9%Language:CSS 4.1%