/react-starter

React starter template with webpack

Primary LanguageJavaScriptMIT LicenseMIT

React Starter

React starter template with webpack

Environment Requirements

  • Node.js (with npm)
  • Webpack

Getting Started

  1. Run webpack in the project directory

In the project directory will appear bundle.js

  1. Run node server.js in the project directory

In console will appear text "Server started listening on http://localhost:3000"

  1. Open http://localhost:3000 in your browser