Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/salamonrafal/cocospolitan
- Owner: salamonrafal
- License: mit
- Created: 2018-01-18T14:44:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T10:29:17.000Z (about 7 years ago)
- Last Synced: 2024-12-02T18:12:40.419Z (2 months ago)
- Topics: babel, react-redux, react-redux-demo, sass, webpack, webpack-dev-server
- Language: JavaScript
- Homepage:
- Size: 5.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```