Skip to content

theirc/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refugee Info / Khabrona / CuentaNos Frontend

This project is the front end project that powers the following websites:

refugee.info khabrona.info cuentanos.org

Requirements

Git

sudo apt-get install git

Node

https://nodejs.org/en/download/package-manager/

Node Dependencies

sudo npm install babel-cli react-native-cli -g

Running

To install the project dependencies:

npm install

To compile css:

npm run build-css

(Alternatively to watch the scss files for changes: npm run watch css)

To run the react project:

node scripts/start

To compile server code:

npm run build-server

To run the addp using Feathers server locally:

node server