A boilerplate for star a new project with millennium, redux and other cool things.
Note: This project use millenniumjs 1.2.1-alpha
See an online DEMO :)
- Stateless/Functional components: millenniumjs
- States Manager: redux
- Build: webpack | babel
- Tests: mocha | jsdom
1 - Clone the project and install the dependencies:
$ git clone https://github.com/millenniumjs/millennium-redux-boilerplate.git
$ cd millennium-redux-boilerplate
$ npm install
2 - Start development mode:
$ npm start
.
├── README.md
├── CONTRIBUTING.md
├── LICENSE.md
├── config/
├── scripts/
├── public/
| ├── assets/
| | └── css/
| | └── img/
| ├── favicon.png
| └── index.html
├── src/
| ├── tests/
| | └── App.test.js
| ├── store/
| | └── store.js
| ├── actions/
| | └── actions.js
| ├── components/
| | ├── List.js
| | └── App.js
| └── index.js
├── .eslintrc.json
├── .babelrc
├── .editorconfig
├── .gitignore
└── package.json
$ npm start
- Start the development environment.$ npm test
- Run unit test.$ npm run build
- Build for production.
Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
See Releases for detailed changelog.