Skip to content

misakey/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Misakey

This repository contains the Misakey's product demonstrations.

Folder architecture

  • src/client contains the frontend react app
  • src/server contains the backend express server

Development

The dev env doesn't not work with Docker. So you should run manually the two dev servers

Server

Go on src/server

Copy the .env.sample to .env and complete it with your local clients data.

Then run yarn install and yarn start. It should run dev server on port 5000

Client

Go on src/client

Edit the public/env.js file with your local clients data.

Then run yarn install and yarn start. It should run dev server on port 3000 + open your brower

Production

Copy the .env.server.sample to .env.server and complete it.

Copy the .env.client.sample to .env.client and complete it.

Then docker-compose up and you'll have a production server running for server and client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors