Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 5 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | const ReactRaise = require('./lib/ReactRaise'); |
||
2 | |||
3 | const app = new ReactRaise(); |
||
4 | |||
5 | app.init(); |
||
6 |