Skip to content

Starter template project to create SPAs using webpack, bootstrap and Elm

License

Notifications You must be signed in to change notification settings

javiertoledo/webpack-bootstrap-elm-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Bootstrap Elm Starter

This is just a template project to create projects with following characteristics:

  • Elm 0.18
  • Bootstrap 4
  • Webpack preconfigured for live reloading

How to use this:

Download this repository contents

git clone https://github.com/javiertoledo/webpack-bootstrap-elm-starter.git
rm -rf .git
git init

Change elm-package.json and package.json to fit your needs and install dependencies

elm-package install && npm install

Run the server and open http://localhost:8080 in your favourite browser

npm run server

Start editing and see your changes live!

TODO

  • Detect environment and add a default production webpack config (PRs appreciated :-D )

About

Starter template project to create SPAs using webpack, bootstrap and Elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published