Go to file
Malar Kannan 5c92e27b83 updated gitignore 2017-08-01 16:20:43 +05:30
config 1. showing the currently loaded xmlfile in the topbar 2017-07-31 11:53:50 +05:30
freespeech_walle@9556098864 submodule update 2017-07-31 17:55:33 +05:30
public added more search/display fields and made more robust 2017-06-20 18:50:54 +05:30
scripts using webpack proxying for api endpoint, serving static assets via webpack 2017-07-29 23:16:40 +05:30
src fixed new entry addition 2017-08-01 12:07:33 +05:30
.gitignore updated gitignore 2017-08-01 16:20:43 +05:30
.gitmodules updated preview and using freespeech_walle as submodule 2017-07-19 18:02:46 +05:30
Dockerfile updated gitignore 2017-08-01 16:20:43 +05:30
README.md updated gitignore 2017-08-01 16:20:43 +05:30
docker-compose.yml dockerizing wip 2017-08-01 15:50:23 +05:30
generate-docker.sh updated gitignore 2017-08-01 16:20:43 +05:30
package.json implemented morph exceptions 2017-07-31 17:19:56 +05:30
requirements.txt updated preview and using freespeech_walle as submodule 2017-07-19 18:02:46 +05:30
tsconfig.json added a search bar and loaded the xml 2017-06-14 18:10:42 +05:30
tslint.json updated to search for word and included semantic-ui 2017-06-15 18:27:15 +05:30
walle_server.py submodule update 2017-07-31 17:55:33 +05:30
wsgi.py dockerizing wip 2017-08-01 15:50:23 +05:30

README.md

git clone fs-walle-react-ts cd fs-walle-react-ts npm install

docker run --rm -it -v $PWD:/walle-react node:8.2.1-alpine /bin/sh cd /walle-react npm run build

docker run --rm -it -v $PWD:/walle-react python:2.7-alpine3.6 /bin/sh