Slappbooks is an accounting application developed to demonstrate the capabilities of Sigma IDE of SLAppForge. This repository includes the front-end react application required to demonstrate the functionalities of the application. The repository which includes the backend lambda functions can be found at https://github.com/slappforge/slappbooks
These instructions will get you a copy of the project up and running for development and testing purposes.
In order to get started you will have to deploy the lambda application using the Sigma IDE of SLAppForge. You will be able to achieve this by following the steps mentioned in this repository. After you've deployed the lambda functions, navigate to the API gateway of AWS and find the end point URL of slappbooksapi
.
You will need npm in order to build the react application. To install npm follow this guide.
You will also need to obtain the end point URL of slappbooksapi
by following the instructions provided at the slappbooks repo.
-
Install node modules
npm install
-
Compile SCSS to CSS
npm run build-css
-
Include the API URL in the
.env
fileIn the
.env
file find the following propertyREACT_APP_API_HOST
and provide your API URL asREACT_APP_API_HOST=https://my_host.amazonaws.com/Prod
-
Start the application
npm start
- Malith Jayaweera
This project is licensed under the Apache License - see the LICENSE.md file for details
- Awesome SLAppForge team