今年の2月からmean.ioのFACEBOOKのリリースで
Too much technology to play (graphQL, apollo, yarn, redux, angular2 so I have to do it as part of the next generation of mean…
But that means the Mean 1 – rc1 is out and we will (finally) release the 1.0 version
https://github.com/linnovate/mean/releases/tag/v1.0rc1
I changed the initial look and feel to be a bit more rellevent – simpler and hopefully friendlier…
っということで、今後はVer2っということです。
今までのものは、Ver1として
https://github.com/linnovate/mean/releases/tag/v1.0rc1
からGitできます。
1 2 3 |
git clone --depth 1 https://github.com/linnovate/mean.git npm install npm start |
でインストールして、スタートできるみたいです。
ただ私の環境からは単純には行かなくて、
1 2 |
git clone --depth 1 https://github.com/linnovate/mean.git npm install |
こんなエラーがでてしまう
1 |
sh: babel: command not found |
なので、
1 |
npm install -g babel-cli |
そして初めて
1 2 |
npm install npm start |
です。
こんな感じです。