Skip to content

react-ut/flux-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • HTML 8.4%