Skip to content

imnutz/sam-csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager

A contact manager web application built with SAM and CSP(Communicating Sequential Processes)

SAM

A CSP tutorial

Run

  • Build

    npm install

    npm run build

  • Install json-server:

    npm install -g json-server

    Start json-server:

    json-server --watch db.json

  • If you are on MAC, you can run the following command in project folder:

    python -m SimpleHTTPServer 8000

    And access this url: http://localhost:8000. Otherwise, you can use Live server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published