yanlipnican / ReactBaseProject

Base project for react with ES7, less and webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Base project for react with ES7, less and webpack


Languages

Language:JavaScript 96.7%Language:HTML 3.0%Language:CSS 0.3%