Our program is designed by top American teachers to make sure students learn the "lingo" not just the language. All language is art and we make the learning experience fun while also teaching the artistic expression so you sound like a native speaker. We have been teaching for over 20 years and have state of the art partnerships with Microsoft for a great learning experience.
We focus on the key aspects of linguistics to turn you not only into a speaker, but a master poet who has confidence in your communication skills.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Tools/IDE:
- VS Code (Preferred) or any another IDE to make changes into the code.
- Git should be installed in the system.
Languages/Technologies used in the project:
- HTML
- CSS
- JavaScript
- JQuery
- Download Taolingo.zip
- Extract the zip file.
- Open the folder in VS Code or any other Code Editor.
-
First, Fork this repo.
-
Clone the forked repo locally:
$ git clone {your_forked_repo_url } $ cd {folder_name}
Note: Current branch should be gh-pages. To check the current branch type following in git bash
$ git branch
To change the branch to gh-pages.
$ git checkout gh-pages
-
Now, type
npm-install
in command line to install the required node modules:$ npm install
-
Once node modules installed then open the code in editor, If using VS Code project can be opened directly using command line:
$ code .
Else open the project in your code editor. Note: Always make a new branch before making changes.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
We welcome Pull Requests from everyone, whether you are a student, a teacher, or an expert in the field. When first making a pull request, please keep it short & brief as we establish a relationship.
To contribute to the project, fix the Issues, and then make a Pull request.