uzair-ashraf / redux-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React auth_demo

Setup Instructions

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

Build For Deployment

  1. Run webpack to build project
    • npm run build

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

About


Languages

Language:JavaScript 100.0%