https://github.com/sultan99/rol-todos
🍣 Demo project of React on Lambda.
https://github.com/sultan99/rol-todos
example reac-on-lambda
Last synced: 9 days ago
JSON representation
🍣 Demo project of React on Lambda.
- Host: GitHub
- URL: https://github.com/sultan99/rol-todos
- Owner: sultan99
- Created: 2019-03-17T13:10:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:59:05.000Z (about 3 years ago)
- Last Synced: 2025-10-13T18:57:03.711Z (4 months ago)
- Topics: example, reac-on-lambda
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo project
Application is written using [react on lambda](https://github.com/sultan99/react-on-lambda).

## Getting started
Don't warry be magic 🧙
🧙 Three magic commands to get the project:
```sh
$ git clone git@github.com:sultan99/rol-todos.git
$ cd rol-todos
$ npm i
```
🧙 Two magic words to start:
```sh
$ npm start
```
🧙 One magic link to get involved: [http://localhost:8080](http://localhost:8080/)
## Build
🧙 Three magic words to build:
```sh
$ npm run build
```
Check `dist` folder for output.