SAS Apps is a static blog site including third-party forms service.
You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:
-
Install the Gatsby CLI.
npm install -g gatsby-cli
Recommended Gatsby CLI version: 2.12.61
-
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
-
Create build and run locally
production
mode.gatsby build gatsby serve
-
Push production build to server.
scp -P 18765 -r ./public/. [email protected]:/home/analytiu/public_html/sasappsio
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.