All Projects → krasimir → React Webpack Starter

krasimir / React Webpack Starter

Licence: mit
A template for writing React based ES6 app using webpack

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].