/react-boilerplate

Primary LanguageJavaScriptISC LicenseISC

React Boilerplate

A starting point for React apps.

It uses:

  • npm scripts. not gulp etc
  • webpack
  • react

How to start development

$ npm run build
$ open build/index.html

Customization points

  • package.json
    • metadata:
      • name
      • description
      • version
      • author
    • private
    • license
    • repository
      • url
      • bugs
      • homepage
  • webpack.config.js
    • title

The app itself is under the app folder. The starting point is app/index.js Modify as required