An open API service indexing awesome lists of open source software.

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)

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.