exAspArk / react-webpack-app

The simplest Single-Page Application with React 16 and Webpack 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Webpack App

The simplest Single-Page Application with React 16 and Webpack 4.

Installation

  • Install Yarn.

  • Install NPM packages:

yarn install

Running linters:

yarn run lint

Running in development environment

  • Start Webpack:
yarn run start

Hello World

Hello World

Building in production environment:

  • Compile:
yarn run build

About

The simplest Single-Page Application with React 16 and Webpack 4


Languages

Language:JavaScript 93.3%Language:HTML 4.9%Language:CSS 1.7%