Skip to content

RuslanKhvan/react-geo-client-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-geo Client

This template application demonstrates the usage of react-geo.

Get stared 🧑‍💻

npm i
npm run start

https://localhost:8080

react-geo-client-template:
  build:
    context: ../react-geo-client-template
    dockerfile: Dockerfile.dev
  ports:
    - 8080:8080
  volumes:
    - ../react-geo-client-template:/app

Road to production 🏭

npm run build
docker build -t react-geo-client:1.0.0 .
docker run -p 80:80 react-geo-client:1.0.0

Contribution

Contributions are much appreciated! 🥳

Read the hints for developers to get started. We look forward to your contributions!

About

This template application demonstrates the usage of react-geo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • JavaScript 28.5%
  • EJS 10.5%
  • Less 4.0%
  • Dockerfile 1.4%