GitXplorerGitXplorer
T

lonely-world

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
165d763d9218f4e308e66a8667646f195477ec27

Merge pull request #1 from TomDeS/develop

TTomDeS committed 7 years ago
Unverified
103518aeb58a74bdcd87cf3282b65a1f8f1a197f

Don't track app.module

TTomDeS committed 7 years ago
Unverified
9f1e99c946cbad04028fb81b819ddc9e7ba76a13

Edit readme

TTomDeS committed 7 years ago
Unverified
fe45d4782d541399d5a6d0cc705125eac2b2c442

Base app

TTomDeS committed 7 years ago
Unverified
4a0ac23ea63a3e6aba2ff9926d185f1dfd0eadab

Read me for json server

TTomDeS committed 7 years ago
Verified
4e3d278f0415ef2d8565000619b7e023d4020d9f

Initial commit

TTomDeS committed 7 years ago

README

The README file for this repository.

Lonely World

How to install JSON-Server

(see: https://thecodebee.com/fake-api-for-angular-2+-during-development-using-angularcli/)

  • yarn global add json-server
  • yarn add --dev json-server
  • Create a proxy file proxy.conf.json
  • edit package.json => "start": "ng serve --proxy-config proxy.conf.json",

How to run JSON-Server and Angular CLI

Run: // @TODO: move to Firebase as json-server makes the page reload after submitting a form

  • json-server --watch "src/assets/db.json"
  • yarn start