-
test runner karma 사용
meanjs, meanio, yo_angular-fullstack 에서도 사용하고 있는 karma적용해보자.
http://karma-runner.github.io/0.12/index.html
-
Great example bootstrap:
https://github.com/meanjs/mean
-
[Grabbed latest nodejs 4.x, installed it in c:\nodejs]
[Grabbed mongodb 3.2, installed it + created c:\data\db]
[Grabbed python 2.7, installed it in c:\python27]
[Already have GIT bash installed, I al…
-
I am build the first ever project for MEAN on windows 7
So I have installed Node, Grunt, bower, npm, yo...
C:\codesnippet\src>node --version
v4.4.7
C:\MEAN\codesnippet\src>npm --version
2.15.8
C:\…
-
$ yo meanjs:angular-module
no longer is correct. I believe it should be:
$ yo meanjs:mean-module
-
yo meanjs:mean-module company and yo meanjs:crud-module company is not work on 0.4.3 but 0.1.12 working fine
![screen shot 2016-02-10 at 8 35 17 pm](https://cloud.githubusercontent.com/assets/10090382…
-
node version : v10.5.0
npm version : 6.1.0
yo version : 2.0.3
generator-meanjs version : 0.4.5
Error: some g++ build warning and 2 NPM error
_$ npm install_
```bash
make: Leaving directory '/…
-
Using microservice is getting popular, even the meanjs 's concept on the module is an initial similar idea for the microservice. I hope meanjs can move meanjs towards microservice 's direction, a sim…
-
After generating am module the call to $resource.save() fails - the path to the api - http://localhost:3000/api/module-name/create/module-name POST fails with 404 for the obvious reason, the trailing…
-
I have build the DockerFile as an image
I can run it fine, I was wondering what command
I could use to have the meanjs docker container connect to the mongoDB running on the host.
Is this possible, I…