Skip to content

rcrvano/react-spa-mobx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Single Page Application

Demo

You can find demo here

Features

Installation and usage

Docker image

  • Clone or download this repository.
  • Install Docker. Please note that you may need sudo to run Docker commands.
  • Build image:
docker build ./ -t test-spa-app
  • Start on port 5001:
docker run -d --name test-spa-app -p 5001:80 test-spa-app

Running locally

  • Clone or download this repository.
  • Install necessary requirements:
yarn install
  • Start on port 5001:
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published