An open API service indexing awesome lists of open source software.

https://github.com/mackentoch/admin-etl


https://github.com/mackentoch/admin-etl

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Admin ETL
==========

**Still at early stage.**

This application is based on starter/theme [react-director-admin-template](https://github.com/MacKentoch/react-director-admin-template) but adds `ImmutableJS` + `redux-form` + `react-bootstrap-table`.

## Content

- ReactJS (>15.x)
- Redux
- ImmutableJS
- redux-form
- react-bootstrap
- react-bootstrap-table
- *and more...*

> NOTE: this project uses [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension#redux-devtools-extension) to make developments a pure pleasure.

## Usage

### Install
```bash
npm install
```
or

```bash
yarn install
```

### bundle dev mode

*General case:*
```bash
npm run dev
```

*Windows - particular - case::*
```bash
npm run dev-win
```

### dev : hot reload mode

*General case:*
```bash
npm run start
```

*Windows - particular - case::*
```bash
npm run start-win
```

### bundle production mode

*General case:*
```bash
npm run prod
```
*Windows - particular - case::*
```bash
npm run prod-win
```