A java android boilerplate to create fast android applications.
// TODO
- Ant-Design
- Babel
- ESLint (Airbnb)
- SASS
- PostCSS
- React
- React Router
- React Router Redux
- Redux
- Redux Actions
- Redux Saga
// TODO
First of all, install the dependencies to run this boilerplate.
# Clone this repository
$ git clone git@github.com:fromdenisvieira/carcara-static.git [name_of_project]
$ cd [name_of_project]
# install dependencies
$ npm install
// TODO
├── README.md
├── build
│ ├── css
│ │ └── style.css
│ ├── img
│ ├── index.html
│ └── js
│ └── main.js
├── gulpfile.babel.js
├── package.json
└── src
├── img
├── js
├── styl
│ ├── _core/*.styl
│ ├── atoms/*.styl
│ ├── molecules/*.styl
│ ├── organisms/*.styl
│ ├── widgets/*.styl
│ ├── pages/*.styl
│ └── style.styl
└── jade
└── index.jadeThis boilerplate uses as a base in the awesome referencies
- Qualy Boierplate by Willian_justen
- Kratos Boilerplate by Felipe Fialho
- react-redux-saga-antd-starter by emersonlaurentino
© Denis Vieira Rufino