ArmandoAmador / Redux-Counter-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux-Counter-Example

Dev Setup Instructions

Getting Started

  1. Install nvm

  2. Set Node version

    nvm use
    

    ZSH users can add a script to their config to automatically call nvm use when switching directories.

  3. Install Yarn

    brew update
    brew install yarn
    
  4. Install Yarn packages

    yarn
    

Running Locally

  1. Start server

    yarn run start
    
  2. Open http://localhost:3000 in your browser.

About


Languages

Language:JavaScript 71.1%Language:HTML 28.9%