1.1.6 • Published 10 years ago
basenji v1.1.6
Basenji
Basenji is a simple framework for building modern Javascript apps using Redux, React and ES6.
The problem
Settings up React, Redux projects is a problem. You have to deal with standards, webpack, eslint, babel etc.
Basenji simplifies this and sets a standard. Build modern web applications by using a high quality framework and structure based on research of boilerplates, starter kits and in-production webapps.
Features
- No boilerplate, only your applications code
- Live reloading
- CSS modules, SCSS, PostCSS, Autoprefixing
- ES6, React, Redux
Documentation
Installation
npm install basenji -gCreate a project
basenji initStart developing
npm startTesting your application
npm testBuild your applications
npm run buildBuild your applications and run server (so you can check stuff in production)
npm run build-server