-
JWT Authentication
-
Next Generation JavaScript (ES6)
-
Puzzle Game with Multiplayer
-
Real-time translation
-
Learn words by slider with voice
-
React
-
ExpressJS
-
SocketIO
-
Redux & Saga
-
TailwindCSS
- 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 ofyarn && yarn setup
- After everything is finished, run
yarn dev
(ornpm run dev
)
And that's all!