Skip to content

📦 A demo to set up React App with create-react-app, webpack and babel

Notifications You must be signed in to change notification settings

heimi-block/react-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Application Set Up With Webpack And Babel.

Description 📋

Example to set up react app with webpack and babel from scratch

Built With ⚡

  1. React
  2. Webpack
  3. Babel

Installation Instructions 🔧

  1. Clone this repo by running git clone https://github.com/imranhsayed/react-app
  2. cd react-app-webpack
  3. npm install
  4. npm run dev

Useful Link 🔗

Video Tutorial

Common Commands 💻

You can run these commands from react-app-webpack directory.

  1. npm run dev runs webpack-dev-server for frontend on port 8080 in watch mode
  2. npm run prod runs the build for production.

License

License

About

📦 A demo to set up React App with create-react-app, webpack and babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • HTML 18.8%
  • CSS 10.0%