react-app

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

Stars
11

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

Badges
Extracted from project README
License
Related Projects