项目作者: code4romania

项目描述 :
Proiect european care facilitează integrarea azilanților, prin intermediul unei platforme de comunicare online.
高级语言: JavaScript
项目地址: git://github.com/code4romania/WelcoME.git
创建时间: 2016-10-02T09:42:19Z
项目社区:https://github.com/code4romania/WelcoME

开源协议:Mozilla Public License 2.0

下载


WelcoME

Build Status

install web:
cd www && npm install

install functions
cd functions && npm install

run web:
cd www && npm start
and go to:
http://localhost:3000
react guide:
https://blog.tighten.co/react-101-building-a-gif-search-engine

test web:
cd www && npm run test

run mobile:
cd mobile && npm start

test mobile:
cd mobile && npm test

test functions
cd functions && npm run test

deploy functions:
cd functions && npm run deploy

build web:
cd www && npm run build

deploy web:
cd www && npm run deploy

Code linter

https://github.com/feross/standard

Deployment

Firebase through Travis, see travis.yml.