Skip to content

ktsalik/shiny-coins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Shiny Icons

Install

For the server

Head to server directory and install the packages

cd ./server/
npm install

For the client

Head to client directory and install the packages

cd ./client/
npm install

Run

Install steps are required the first time

Start the server

cd ./server/
npm start

Start the client

cd ./client/
npm start