Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.6 KB

File metadata and controls

49 lines (32 loc) · 1.6 KB

Express React Webpack Babel 7 Template.

GitHub forks GitHub stars GitHub license

A simple starter template to quickly setup the environment using Express, React , Webpack & Babel 7.

You can find more about this on How to Setup Environment using React Webpack Express Babel

Version

1.0.0

🚩Features

  • React 16
  • Webpack 4
  • Babel 7
  • Hot Module Replacement

📝 Usage

♦️ Installation

Install the dependencies. It will automatically install from the package.json file

$ npm install

📂 Open a Terminal

Make sure you run the Webpack command.

$ webpack --mode development.

This command bundles the files required for the project to run & stores them in public/bundle.js

😄 Run

This will start your nodemon server & run the server.js, compile them and run your dev server at http://localhost:3000

$ npm start

🎦 ScreenShot

ssmain