krasimir / react-webpack-starter

A template for writing React based ES6 app using webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React webpack starter template

The aim of this repository is to provide a template for developing React based applications using ES6 syntax and webpack as a module bundler.

Features

Usage

  • Download the files and place them in your project directory
  • Run npm i to install the dependencies
  • Run npm run build to build the project
  • Run npm run dev to build the project, start watching files and run the local server
  • Run npm test to run the tests once
  • Run npm run test:ci to watch the src directory for changes and run the tests

MISC

About

A template for writing React based ES6 app using webpack

License:MIT License


Languages

Language:JavaScript 100.0%Language:HTML 0.0%