Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1002 Bytes

README.md

File metadata and controls

59 lines (43 loc) · 1002 Bytes

COCOSPOLITAN

Progress

Instalation

Clone from GIT

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

Install packages

npm i

Build for production

npm run build:production

Build for development

npm run build:develop

Rest API for development

npm run start:api

Test server for development

npm run start:server

Then you need to open index file for development:

http://localhost:8080/index_dev.html

Unit tests

npm test