/base-react-webpack-babel-template

A basic custom config repo to quickly clone and start building on top of to create any project with React, Webpack and Babel.

Primary LanguageJavaScriptMIT LicenseMIT

Base React, Webpack & Babel Project Template

Table of Contents

About

A basic custom config repo to quickly clone and start building on top of to create any project with React, Webpack and Babel. It already has webpack dev server for development and webpack for production.

Built With

  • React for frontend
  • Webpack for JavaScript source code bundling.
  • Babel for transpiling new JavaScript features & React into vanilla JS to work in older web browsers.

Getting Started

  1. Clone the project source code.
git clone https://github.com/AVu120/base-react-webpack-babel-template.git
  1. Navigate into the repo folder.
cd base-react-webpack-babel-template
  1. Download all required dependancies.
npm i

  • Start the app in development mode on a local dev server (webpack dev server).
npm start
npx http-server dist

Accessing the Application

  1. Enter the url displayed in the CLI. For example:

Citations

I used information from the following links to create this repo: