The recipes catalogue https://recipes.coopcloud.tech
Go to file
3wc cf706be388 Initial import 2021-04-17 23:42:28 +02:00
public Initial import 2021-04-17 23:42:28 +02:00
src Initial import 2021-04-17 23:42:28 +02:00
.gitignore Initial import 2021-04-17 23:42:28 +02:00
README.md Initial import 2021-04-17 23:42:28 +02:00
elm.json Initial import 2021-04-17 23:42:28 +02:00
package-lock.json Initial import 2021-04-17 23:42:28 +02:00
package.json Initial import 2021-04-17 23:42:28 +02:00

README.md

abra-apps

Created using elm-spa

local development

You can get this site up and running with one command:

npm start

other commands to know

There are a handful of commands in the package.json.

Command Description
npm run dev Run a dev server and automatically build changes.
npm run test:watch Run tests as you code.
npm run build Build the site for production.
npm run test Run the test suite once, great for CI

deploying

After you run npm run build, the contents of the public folder can be hosted as a static site. If you haven't hosted a static site before, I'd recommend using Netlify (it's free!)

Build command: npm run build

Publish directory: public