[go: up one dir, main page]

Skip to content

Jatin-8898/express-react-webpack-babel-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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