Skip to content

arashkevich25/livemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps for start project

Run API server

  1. Install packages cd api && npm i

  2. Run server (port 3001 is should be open) npm run build && npm start

Run web application

  1. install package cd www && npm i

  2. Run application by serve (npm install -g serve) npm run build && serve -s build

  3. Open localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published