Skip to content

Boilerplate React template to jumpstart your SaaS applications.

Notifications You must be signed in to change notification settings

smartshare-labs/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Boilerplate

This app is designed to work hand-in-hand with the Django-Serverless backend.

Developer Setup

  1. Install node modules: npm install
  2. Start the dev server: npm start

Deployment

  1. Create an S3 bucket to host your app. Grab the bucket name, and add it to ./bin/deploy.sh.
  2. Make sure you have an AWS profile with valid credentials on your local machine. This will allow you to deploy your app to S3.
  3. From the project root, run ./bin/deploy.sh staging (you can replace staging with pre-prod or prod)
  4. Your app should now be hosted at the DNS configured for your S3 bucket!

Questions?

If you have questions or general feedback, please create an issue in this repo. Alternatively, you can reach out to the maintainers by emailing [email protected].

About

Boilerplate React template to jumpstart your SaaS applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages