Skip to content

deepak/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published