https://github.com/serudda/waysily-client
This is a real-world project: http://www.waysily.com (AngularJS + Typescript)
https://github.com/serudda/waysily-client
angular angularjs gulp javascript sass side-project sideproject typescript
Last synced: 5 months ago
JSON representation
This is a real-world project: http://www.waysily.com (AngularJS + Typescript)
- Host: GitHub
- URL: https://github.com/serudda/waysily-client
- Owner: serudda
- Created: 2016-08-26T18:03:15.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-29T17:25:29.000Z (almost 6 years ago)
- Last Synced: 2025-12-07T21:48:27.336Z (6 months ago)
- Topics: angular, angularjs, gulp, javascript, sass, side-project, sideproject, typescript
- Language: HTML
- Homepage:
- Size: 72.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waysily Client project
This project is the base code of: http://www.waysily.com, a platform to join students with language teachers and language school. Feel free to use the code and the information from this project, if you have any question you could write us on Twitter: [@seruda](https://www.twitter.com/seruda) or [@rosa7082](https://www.twitter.com/rosa7082)
## Tools used
- Angular 1.5.8
- Typescript
- Sass
- Gulp
## Install and run
1. ```npm install```
2. ```bower install```
3. ```gulp build-vendor```
4. ```gulp dev```
If you have any problem to run this project, feel free to ping us!
P.S. You can find the server-side of this project here:
[https://github.com/sruda/waysily-server](https://github.com/sruda/waysily-server)
It's based on: Django Rest Framework and REST API.