Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/salamonrafal/cocospolitan

React & Redux App simple configuration for web
https://github.com/salamonrafal/cocospolitan

babel react-redux react-redux-demo sass webpack webpack-dev-server

Last synced: 13 days ago
JSON representation

React & Redux App simple configuration for web

Awesome Lists containing this project

README

        

# COCOSPOLITAN

![Progress](http://progressed.io/bar/1?title=Project%20progress)

* [Instalation](#instalation)
* [Clone from GIT](#clone-from-git)
* [Install packages](#install-packages)
* [Build for production](#build-for-production)
* [Build for development](#build-for-development)
* [Rest API for development](#rest-api-for-development)
* [Test server for development](#test-server-for-development)
* [Unit tests](#unit-tests)

## Instalation
### Clone from GIT

```bash
GIT clone https://github.com/salamonrafal/cocospolitan.git
```

### Install packages

```bash
npm i
```

### Build for production

```bash
npm run build:production
```

### Build for development

```bash
npm run build:develop
```

### Rest API for development

```bash
npm run start:api
```

### Test server for development

```bash
npm run start:server
```

Then you need to open index file for development:
```
http://localhost:8080/index_dev.html
```

### Unit tests
```bash
npm test
```