https://github.com/t-eckert/redwood-azure
A hack attempt to get Redwood JS running on Azure.
https://github.com/t-eckert/redwood-azure
Last synced: about 1 month ago
JSON representation
A hack attempt to get Redwood JS running on Azure.
- Host: GitHub
- URL: https://github.com/t-eckert/redwood-azure
- Owner: t-eckert
- License: mit
- Created: 2021-04-02T05:09:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T05:41:03.000Z (about 5 years ago)
- Last Synced: 2025-02-18T09:51:24.109Z (over 1 year ago)
- Language: TypeScript
- Size: 300 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redwood
> **WARNING:** RedwoodJS software has not reached a stable version 1.0 and should not be considered suitable for production use. In the "make it work; make it right; make it fast" paradigm, Redwood is in the later stages of the "make it work" phase.
## Getting Started
- [Tutorial](https://redwoodjs.com/tutorial/welcome-to-redwood): getting started and complete overview guide.
- [Docs](https://redwoodjs.com/docs/introduction): using the Redwood Router, handling assets and files, list of command-line tools, and more.
- [Redwood Community](https://community.redwoodjs.com): get help, share tips and tricks, and collaborate on everything about RedwoodJS.
### Setup
We use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:
```terminal
yarn install
```
### Fire it up
```terminal
yarn redwood dev
```
Your browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`.