integraion with backend in progress

This commit is contained in:
Malar Kannan
2017-07-18 18:33:20 +05:30
parent 726e81c88e
commit 3cc73e5404
6 changed files with 229 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ startWebPackDevServer(()=>{
// child_process.spawn('webpack',['--watch','--config','config/webpack.config.flask.js'],{
// stdio:'inherit'
// });
child_process.spawn('python',['walle-server.py'],{
child_process.spawn('python',['walle_server.py'],{
stdio:'inherit'
});
});