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: 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T10:29:17.000Z (over 8 years ago)
- Last Synced: 2025-01-30T04:25:36.335Z (over 1 year 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

* [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
```