deploying
sharing your app with the world!
using netlify
Netlify is a free way to publish your app.
When you run elm-spa init, a file is automatically created
in your project named netlify.toml
.
Additionally, commands like npm run build
have already been implemented to
make sharing your app easy!
After you push your code up to Github, and create a free Netlify account, you should provide these details in your project's deploy settings:
Setting | Value |
---|---|
Build command | npm run build |
Publish directory | public |
next up: faqs