Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

dotstudio-io/fi-slseed-app

Repository files navigation


No longer maintained. Please see @fiquu/slseed-web-app.


Fi Slseed App

Serveless Seed Web App project.

Getting started

  1. Run npm i.
  2. Run npm run setup, select stack, select stage and define stack values.
  3. Wait for it to finish...
  4. Run npm run setup, select env and select stage.
  5. Run npm start.

That's it. Your App should be running wherever it says it's running.

Deploying

  1. Make sure you have the .env file for the stage you want to deploy by running npm run setup, selecting the stage and checking if the .env.[stage] exists.
  2. Run npm run build to generate the dist files.
  3. Run npm run deploy and select stage.

Using as seed

  1. Create a repo.
  2. Add remote as slseed:
    • git remote add slseed git@github.com:FinalDevStudio/fi-slseed-app.git
  3. Disable pushing:
    • git remote set-url --push slseed DISABLED
  4. Fetch the latest changes:
    • git fetch slseed
  5. Merge the master into your branch:
    • git merge slseed/master

Repeat the last 2 steps to update your repo with the latest changes from this one:

git fetch slseed && git merge slseed/master

And have fun resolving conflicts!

Favicons and App Icons

All icons were generated with https://realfavicongenerator.net/.