Skip to content

A super quick full stack serverless app built using Facebook create-react-app and AWS Chalice

License

Notifications You must be signed in to change notification settings

LHousehold/Realice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Realice

This app is a combination of create-react-app and AWS Chalice in order to create an instant serverless project.

Prerequisites

Before beginning, make sure you have Node 8.10.0 or later on your machine. This is so the app can call the command, npx create-react-app.

Also make sure you have the AWS profile you wish to use enabled on your computer.

Installation

Simply install the requirements.txt file using pip/pip3 install -r

Getting started

This app leverages the python library invoke. Call the following to start your app.

invoke initialize

Enter your app name and Realice will do the rest.

To get a list of commands run

invoke --list

If you plan to use the default API URL for your app, be sure to enable CORS in your api like so:

@app.route('/', cors=True)

Built with

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A super quick full stack serverless app built using Facebook create-react-app and AWS Chalice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages