I tried to use this template 'https://github.com/knledg/react-blur-admin?ref=designrevision.com' but after downloading realized that it doesn't have an html file. Does it only provide with components and we have to join them together? Or there is something I'm missing?
"npm start" doesn't do anything and gives following error:
npm ERR! missing script: start
Doing "npm install" gives the following:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall:
node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The main issue is simple, How do I get it running as a react app?