/ReactBaseProject

Base project for react with ES7, less and webpack

Primary LanguageJavaScript

Already set up

  1. React
  2. Redux
  3. Routing
  4. Less (Boostrap)

Main file is /src/Main.js (there is also routing and imported store). Every route or big component has its own folder with Controller.jsx (Main logic logic), Reducer, View (only jsx structure). Common folder is for small components which are used in multiple places.

Use

  • npm run devel - starts devel server on port 8888 with hot reloading
  • npm run build - builds project to build file

TODO:

  1. Add actions