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