medjedovicm / sasapps.io

SAS Apps Website

Home Page:https://sasapps.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAS Apps is a static blog site including third-party forms service.

🚀 Get Up and Running in 5 Minutes

You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:

  1. Install the Gatsby CLI.

    npm install -g gatsby-cli
    	Recommended Gatsby CLI version: 2.12.61
    
  2. Start the site in develop mode.

    Next, move into your new site's directory and start it up:

    cd my-blazing-fast-site/
    gatsby develop
  3. Create build and run locally production mode.

    gatsby build
    gatsby serve
  4. Push production build to server.

    scp -P 18765 -r ./public/. analytiu@uk72.siteground.eu:/home/analytiu/public_html/sasappsio

Tech

SASApps uses a number of open source projects to work properly:

  • Gatsby - framework based on React that helps developers build blazing fast websites and apps
  • Kwes Forms - Most customizable form service for web agencies.

About

SAS Apps Website

https://sasapps.io

License:MIT License


Languages

Language:TypeScript 62.4%Language:SCSS 29.0%Language:JavaScript 8.7%