Skip to content

salamonrafal/cocospolitan

Repository files navigation

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