-
This should go into separate repository in typeorm organization, like typescript-example and javascript-example.
-
Hi there!
First of all, thanks for this starter kit. It looks great. I am having some issues getting hot module replacement to work, however.
My steps were:
```
1. git clone
2. npm install
3. npm r…
-
We need a starter code/boilerplate for the server
- koa vs express?
- graphql
- relay
anything more?
-
Figure out the best way to approach internationalisation.
-
There's a funny behavior right now when running in prod. When a request for `favicon.ico` hits the Koa server, a full page render is retuned. Easiest way to fix this would be to use something like htt…
-
This is a fantastic seed project. Congratulations, I really appreciate your time.
I'm opening this to keep an open ticket for implementing angular universal in the project, this will make the full st…
-
Following the install and usage instructions in the readme.
After `npm start` I get the following error:
```
App listening on port 3000.
Error connecting to the Neo4j instance, check connectio…
-
-
Some commands have been failing on windows, notably:
- CSS lint
- Commands using concurrently
Manifestation for the CSS lint issue is that no files are found it's like it does not see the arguments
…
-
These starters have two purposes:
1) to give our projects a toolchain setup, and
2) to serve as architectural examples.
However recent experience suggests that 2 is interfering with 1 somewhat. It …