reactjs - Getting started with React in WebStorm -
i new react , ides frontend development.
i trying use react in webstorm. made new project "react starter kit" in webstorm. whole bunch of packages got created under project. should start writing react code?
also have read need add library "node.js v1.8.1 core modules" , "node.js globals" i'm not able find them. attaching snippets better understanding.
if starting react-native better not start "starter-kit".
i recommend start form beginning, simple tutorial in react-native docs: https://facebook.github.io/react-native/docs/getting-started.html#content
after familiarity it, able use stater-kit more properly.
as project in webstorm, need files under src
directory edit react code.
good luck
Comments
Post a Comment