Skip to content

stackery/react-single-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Single Page App

This is the repository for the React Single Page App Tutorial from Stackery.

This tutorial will guide you through the process of deploying and hosting a single-page React application using the serverless approach.

Deploy this to your AWS account

You can deploy this application to your own AWS account using the following two Stackery CLI commands:

stackery create will initialize a new repo in your github account, initializing it with the contents of the referenced template repository.

stackery create --stack-name 'react-single-page' \
--git-provider 'github' \
--template-git-url 'https://github.com/stackery/react-single-page'

stackery deploy will deploy the newly created stack into your AWS account.

stackery deploy --stack-name 'react-single-page' \
--env-name 'development' \
--git-ref 'master'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •