/webpack-starter-with-react

this is a simple react + webpack starter kit

Primary LanguageJavaScript

webpack starter with react

This is a simple react + webpack starter kit

This repository includes just the webpack, react and babel.

Features

Warning: Make sure you're using the latest version of Node.js and NPM

Quick start

Clone/Download the repo then edit main.js inside /app/main.js

# clone repo
$ git clone https://github.com/cemarguvanli/webpack-starter-with-react my-app-name

# change directory to your app
$ cd my-app-name

# install the dependencies with npm
$ npm install

# start the server
$ npm start

go to http://localhost:8080 in your browser.

Table of Contents

Getting Started

Installing

  • fork this repo
  • clone your fork
  • npm install to install all dependencies

Running the app

After you have installed all dependencies, you can run the app with:

npm start

Development

Build files

  • npm run build