Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed zip and added instructions to install the repo code
  • Loading branch information
claustres authored Sep 22, 2017
1 parent 6edc6b6 commit b9f9b6b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ I decided to start building a basic real-time chat app intensively inspired from
[![Authentication video](https://img.youtube.com/vi/_iqnjpQ9gRo/0.jpg)](https://www.youtube.com/watch?v=_iqnjpQ9gRo)
[![Chat video](https://img.youtube.com/vi/te1w33vaDXI/0.jpg)](https://www.youtube.com/watch?v=te1w33vaDXI)

You can download the source code of the app [here](https://github.com/claustres/quasar-feathers-tutorial/raw/master/quasar-feathers.zip) or clone this repo and jump in the **quasar-feathers** directory.

## Contributors

This tutorial has been enhanced and maintained thanks to the following contributors:
Expand All @@ -21,6 +19,20 @@ This tutorial has been enhanced and maintained thanks to the following contribut

Although this tutorial details the path to create an application skeleton featuring Quasar and Feathers from scratch, as well as code details, most of this work is currently under integration in the Quasar ecosystem. Indeed, Quasar provides the **wrapper** concept which allows to plug the frontend app into a larger piece of work such as Electron or Express powered backend. The simplest way to retrieve an up-to-date version and start with this application skeleton is to use the Quasar Feathers wrapper guide https://github.com/quasarframework/quasar-wrapper-feathersjs-api.

You can also download the source code of the app by cloning this repo and jump in the **quasar-feathers** directory:
```
git clone https://github.com/claustres/quasar-feathers-tutorial
cd quasar-feathers-tutorial
cd quasar-feathers
npm/yarn install
quasar dev
// Then in another terminal
cd api
npm/yarn install
npm run dev
```
Open your browser on `localhost:8080`.

Last but not least, I assume your are familiar with the [Vue.js](https://vuejs.org/) and [Node.js](https://nodejs.org) ecosystem.

## Installation and configuration
Expand Down

0 comments on commit b9f9b6b

Please sign in to comment.