/webpack-react-starter

A boilerplate from building realtime web applications

Primary LanguageJavaScript

webpack-react-starter

Webpack-react-starter is a curated technology stack to deliver production-ready, scalable applications. It is influenced by meatier.

Getting Started

Install Dependencies:

npm install

Start the server:

npm run dev

Navigate to https://localhost:8443/ and accept the self-signed certificate.

Scripts

npm run build  // Build assets
npm run dev    // Run in Development Mode (with Hot Module Replacement)
npm run prod  // Run in Production Mode (requres build step)