Taliesin front-end is a single Page Application based on ReactJS/JQuery. Uses Webpack 3 to build, requires npm or yarn.
Prior to running the development instance or building the front-end, you must install the dependencies.
$ npm installCopy config.json.sample to config.json and run the webpack dev server:
$ cp config.json.sample config.json
$ npm run devThen open the address http://localhost:3000/ on your browser.
$ makeThe built web application will be available in taliesin/webapp.