Coder Social home page Coder Social logo

elm-snowpack-starter's Introduction

elm-snowpack-starter

A simple setup for making Elm apps.

NOTE: This is designed to work for browsers that support web modules via script tags, which is most browsers.

Dev

  • run git clone https://github.com/wolfadex/elm-snowpack-starter.git
  • run npm install or yarn or pnpm install
  • run npm run dev or yarn run dev or pnpm run dev to start the dev server
  • a browser tab will open at localhost:1234
  • edit code and watch it update!

Prod

  • run npm run build or yarn build or pnpm run build
  • production files will end up in dist/*
  • host wherever you like, such as Netlify

Styles

I prefer to use mdgriffith/elm-ui for my layout and styling so it's included by default. If you prefer to use vanilla css, sass, less, or something else entirely it should be easy to setup. If you need assistance, please file an issue and I'll help.

Credits

Built using pnpm for package management, Snowpack for managing modules, and es-dev-server for serving files.

This has only been tested on Linux so far. If you run into any issues, please let me know and I'll help you get it working.

elm-snowpack-starter's People

Contributors

wolfadex avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.