Skip to content

millenniumjs/millennium-redux-boilerplate

Repository files navigation

Millennium Redux Boilerplate

A boilerplate for star a new project with millennium, redux and other cool things.

Build Status

Note: This project use millenniumjs 1.2.1-alpha

App demo

See an online DEMO :)

Stack

Run the project locally

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

Folder structure

.
├── 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

Tasks available

  • $ npm start - Start the development environment.
  • $ npm test - Run unit test.
  • $ npm run build - Build for production.

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

History

See Releases for detailed changelog.

License

MIT License © Afonso Pacifer