Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 696 Bytes

Features

  • JWT Authentication

  • Next Generation JavaScript (ES6)

  • Puzzle Game with Multiplayer

  • Real-time translation

  • Learn words by slider with voice

Stacks

  • React

  • ExpressJS

  • SocketIO

  • Redux & Saga

  • TailwindCSS

How to use

  • Firstly, clone the repo with this command.
git clone https://github.com/hoangcoding/english-learning-hub.git
cd english-learning-hub
cp .env.example .env
yarn && yarn setup
  • If you are not using Yarn, just run npm install && npm run setup instead of yarn && yarn setup
  • After everything is finished, run yarn dev (or npm run dev)

And that's all!