Skip to content

InFact-coop/elm-express-airtable-starter

Repository files navigation

Law Centres Network

Create a .env file containing:

AIRTABLE_API_KEY=
AIRTABLE_BASE=
AIRTABLE_BASE_DEV=
AIRTABLE_BASE_TEST=
AIRTABLE_TABLE=

To fill these out check the airtable api docs selecting the base you want to work with.

run the following commands:

  • Install dependencies: npm i

  • Run server tests: npm run test

  • Run a live updating elm server (front end): npm run dev-frontend

  • Run the backend with live updating: npm run dev-backend

  • Build the front end: npm run heroku-postbuild

  • Start the server: npm start

About

Boilerplate for getting up and running real quick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published