Welcome.
Start the development server with this command:
npm start
npm install
npm run compile
initial commit Topic: git git init git add . git commit -m "initial commit"
Topic: add npm package.json npm init -y
Topic: add babel npm install --save babel-core npm install --save babel-preset-latest npm install --save babel-preset-react add .babelrc file
Topic: add webpack npm install --save webpack babel-loader Add these files src/main.js, webpack.config.js
Topic: to compile npm run compile
Topic: setup Express npm install --save express webpack-dev-middleware npm start
Topic: React npm install --save react react-dom
More to add CSS processor(s) HMR / Auto Reload Routing Flux/Redux/MobX Server-side rendering Database AJAX / Networking