Skip to content

HadrienMP/elm-template

Repository files navigation

Elm Template

Features:

  • Elm Css
  • Parcel for building/dev/prod
  • Elm-tooling
  • Elm Format
  • Elm Review (with my personal favorite rules for now)
  • Elm Test RS which is much faster than Elm Test

Install

project="my-project"
git clone https://github.com/HadrienMP/elm-template.git $project
cd $project
rm -rf .git

npm install

Run

# Create a production build in dist folder
npm run build

# Run the production build
npm start

# Start a dev server
npm run start:dev

About

Elm template to start a project, embeds classic tooling and elm-css

Topics

Resources

Stars

Watchers

Forks