javascript - React JS run with a single file click -


i have doubt having react assignment based on different components got here:- http://joecaps.com/blog/2016/08/06/building-a-password-strength-component-in-react/, run setting react environment running "npm install" command want it'will run on click of single index.html file. don't have open cmd , set environment that.

if understand question correctly, aren't bundling react app. needs deployable.

if you're using create-react-app easy enough, run npm run build , bundle react files down 1 javascript file.

if not this article should out


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -