Skip to content

short example for making a request to a server using elm

Notifications You must be signed in to change notification settings

tribblx/Elm-server-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serve locally:

npm install
npm start
  • Access app at http://localhost:8080/
  • Get coding! The entry point file is src/elm/Main.elm
  • Browser will refresh automatically on any file changes..

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html

About

short example for making a request to a server using elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published