AlnurFaisal / authentication-react-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication in React Lab

Getting started

  • server

    • git clone https://github.com/thoughtworks-jumpstart/express_passport_mongoose_example.git
    • cd express_passport_mongoose_example
    • yarn install
    • mongod
    • yarn start (this will run on port 3000)
  • client

    • fork and clone repo
    • cd authentication-react-lab
    • yarn install
    • yarn start (this will run on port 3001)

About


Languages

Language:JavaScript 81.7%Language:HTML 12.8%Language:CSS 5.5%