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.

project explorer. should write code

libraries showing

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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -