https://github.com/mackentoch/admin-etl
https://github.com/mackentoch/admin-etl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mackentoch/admin-etl
- Owner: MacKentoch
- Created: 2017-03-07T19:40:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T05:48:07.000Z (over 8 years ago)
- Last Synced: 2025-07-11T12:50:15.183Z (about 1 year ago)
- Language: JavaScript
- Size: 8.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```