react-ut / flux-boilerplate

Flux boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flux-boilerplate

Tools:
  • React as UI components library
  • Flux as UI application architecture
  • Jest for Unit testing
  • Webpack for bundling and dev server
  • Sass
Building:
  • Install node
  • $ git clone https://github.com/enaqx/flux-boilerplate
  • $ npm install
  • $ npm run build
Testing:
Project structure:
│
├─── .gitignore  
├─── README.md   
├─── package.json              
├─── webpack.config.js  
├─── app/ 
├─── ├─── index.html
│    ├─── scss/              
│    ├─── image/             
│    ├─── js/                
│    │    ├─── actions/          
│    │    ├─── components/      
│    │    ├─── constants/        
│    │    ├─── dispatcher/       
│    │    ├─── stores/          

Boileplates examples:

About

Flux boilerplate


Languages

Language:JavaScript 91.6%Language:HTML 8.4%