Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.01 KB

readme.md

File metadata and controls

16 lines (11 loc) · 1.01 KB

LearNteach

LearNteach is an interactive English learning website. With the Community feature, users can improve their English skills by interacting directly with other users who are studying in the same class and accompanied by experienced instructors.

Local installation

To be able to run this LearNteach website there are several steps, but before that make sure you have installed NodeJS and Git on your device.

The steps to run the LearNteach website are as follows:

  1. Enter the terminal / cmd, then enter the folder where you will save this project (eg desktop).
  2. Then type the command git clone https://github.com/iqmalakur/LearNteach.git in the terminal.
  3. Enter the project folder using the cd LearNteach command.
  4. Type the command npm install to install all packages / dependencies needed by the project.
  5. Type the command npm start or npm run start to run the Project.
  6. Enter the browser and type http://localhost:3000 in the browser url field.