serverless-monorepo-app
Serverless Monorepo App
File Explorer
Download Latest Version (.zip)- config.yml
- .kodiak.toml
- settings.json
- favicon.ico
- index.html
- manifest.json
- index.js
- package.json
- auth0-js.ts
- App.test.tsx.snap
- api.test.ts
- api.ts
- auth.test.ts
- auth.ts
- types.ts
- DbApi.test.tsx.snap
- EmailApi.test.tsx.snap
- FileApi.test.tsx.snap
- index.test.tsx.snap
- PrivateApi.test.tsx.snap
- PublicApi.test.tsx.snap
- DbApi.test.tsx
- DbApi.tsx
- EmailApi.test.tsx
- EmailApi.tsx
- FileApi.test.tsx
- FileApi.tsx
- index.test.tsx
- index.tsx
- PrivateApi.test.tsx
- PrivateApi.tsx
- PublicApi.test.tsx
- PublicApi.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- index.test.tsx.snap
- index.test.tsx
- index.tsx
- api.test.ts
- api.ts
- auth.test.ts
- auth.ts
- api.test.ts
- api.ts
- auth.test.ts
- auth.ts
- index.ts
- index.test.tsx
- index.tsx
- api.test.ts
- api.ts
- auth.test.ts
- auth.ts
- index.test.ts
- index.ts
- api.test.ts
- api.ts
- auth.test.ts
- auth.ts
- router.test.ts
- router.ts
- redux.ts
- App.test.tsx
- App.tsx
- index.css
- index.tsx
- react-app-env.d.ts
- registerServiceWorker.ts
- setupTests.ts
- .env
- .env.example.local
- .gitignore
- package.json
- serverless.yml
- tsconfig.json
- tslint.json
- stackOutput.js
- auth0.ts
- puppeteer.ts
- config.example.ts
- privateEndpoint.test.ts
- publicEndpoint.chai.test.ts
- publicEndpoint.test.ts
- setup.ts
- setup_hook.js
- setupFrameworks.ts
- authHandler.test.ts
- authHandler.ts
- privateEndpointHandler.test.ts
- privateEndpointHandler.ts
- publicEndpointHandler.test.ts
- publicEndpointHandler.ts
- .gitignore
- jest.config.e2e.js
- jest.config.js
- package.json
- README.md
- serverless.yml
- webpack.config.js
- config.example.json
- public_key.example.pem
- authenticator.test.ts
- authenticator.ts
- .gitignore
- jest.config.js
- package.json
- README.md
- db.chai.test.ts
- db.test.ts
- setup.ts
- setup_hook.js
- setupFrameworks.ts
- create.test.ts
- create.ts
- db.test.ts
- db.ts
- .gitignore
- jest.config.e2e.js
- jest.config.js
- package.json
- README.md
- serverless.yml
- webpack.config.js
- authHandler.test.ts
- authHandler.ts
- handler.test.ts
- handler.ts
- mailSender.test.ts
- mailSender.ts
- .gitignore
- config.example.json
- jest.config.js
- package.json
- README.md
- send-email-data.json
- serverless.yml
- webpack.config.js
- handler.chai.test.ts
- handler.test.ts
- setup.ts
- setup_hook.js
- setupFrameworks.ts
- fileSaver.test.ts
- fileSaver.ts
- handler.test.ts
- handler.ts
- .gitignore
- jest.config.e2e.js
- jest.config.js
- package.json
- README.md
- serverless.yml
- webpack.config.js
- handler.chai.test.ts
- handler.test.ts
- setup.ts
- setup_hook.js
- setupFrameworks.ts
- handler.test.ts
- handler.ts
- kinesis.test.ts
- kinesis.ts
- .gitignore
- jest.config.e2e.js
- jest.config.js
- package.json
- README.md
- serverless.yml
- webpack.config.js
- tsconfig.json
- tslint.json
- .gitignore
- .prettierrc
- lerna.json
- LICENSE
- package.json
- README.md
- renovate.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/erezrokah/serverless-monorepo-app
Downloads the entire project code from GitHub to your computer.
cd serverless-monorepo-app
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn deploy:dev # deploys services and updates frontend configuration
Type this command into your terminal and run it.
yarn build:frontend # builds frontend application
Builds optimized production files.
yarn publish:frontend:dev # deploys frontend application
Type this command into your terminal and run it.
yarn test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
