No description
  • SCSS 73.4%
  • JavaScript 26.1%
  • HTML 0.5%
Find a file
2015-11-09 09:12:53 +01:00
app Added tests with karma 2015-11-09 00:25:54 +01:00
config Fix ES6 webpack 2015-11-09 09:12:53 +01:00
data Segment directories, first styles and more 2015-11-05 20:32:03 +01:00
tests Added tests with karma 2015-11-09 00:25:54 +01:00
.babelrc List of Fields with Infinite Scroll 2015-11-05 19:16:50 +01:00
.editorConfig Segment directories, first styles and more 2015-11-05 20:32:03 +01:00
.eslintignore First commit 2015-11-04 15:47:06 +01:00
.eslintrc List of Fields with Infinite Scroll 2015-11-05 19:16:50 +01:00
.gitignore Add browserSync 2015-11-08 23:51:39 +01:00
.jsbeautifyrc First commit 2015-11-04 15:47:06 +01:00
.jscsrc First commit 2015-11-04 15:47:06 +01:00
karma.conf.js Added tests with karma 2015-11-09 00:25:54 +01:00
package.json Fix ES6 webpack 2015-11-09 09:12:53 +01:00
README.md shiet Readme 2015-11-09 00:29:20 +01:00
server.js List of Fields with Infinite Scroll 2015-11-05 19:16:50 +01:00
webpack.config.js Abstract webpack 2015-11-09 00:09:00 +01:00

#async render poc spike

This is a poc app using async rendering with react and virtual dom TF-5789

Based on... the ultimate webpack setup

React by default

The project runs with React by default and hot replacement of changes to the modules. Currently it is on 0.14 RC.

Babel and Linting

Both Node server and frontend code runs with Babel. And all of it is linted. Run npm run eslint or npm run jscs to verify all files. I would recommend installing language-babel package too for syntax highlighting