Skip to content

krasimir/react-webpack-starter

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published