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.
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:
- Enter the terminal / cmd, then enter the folder where you will save this project (eg desktop).
- Then type the command
git clone https://github.com/iqmalakur/LearNteach.git
in the terminal. - Enter the project folder using the
cd LearNteach
command. - Type the command
npm install
to install all packages / dependencies needed by the project. - Type the command
npm start
ornpm run start
to run the Project. - Enter the browser and type
http://localhost:3000
in the browser url field.