https://github.com/tylershin/serverless-blog
my own blog with serverless
https://github.com/tylershin/serverless-blog
Last synced: 10 months ago
JSON representation
my own blog with serverless
- Host: GitHub
- URL: https://github.com/tylershin/serverless-blog
- Owner: TylerShin
- Created: 2016-11-11T15:02:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T02:31:22.000Z (about 9 years ago)
- Last Synced: 2025-03-03T16:21:33.529Z (over 1 year ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# React-isomorphic-serverless-typescript
This project is the starter kit fot the who wants to use ReactJS isomorphic-rendering with AWS Lambda.
**PLEASE! contribute this project with me!**
If you want to contribute this package, please feel free to making PR.
I have the full time job now, so I don't have very much time now T_T
I used serveral libraries to make these posiible.
**Packages**
- **TypeScript** - basic language
- **ReactJS** - front-end framework and make isomorphic-rendering
- **Redux** - App state manager
- **Serverless** - managing AWS Lambda, API Gateway, etc...
- **Yarn** - package mangaer(optional)
# How to install
```
git clone https://github.com/TylorShin/react-isomorphic-serverless-typescript.git
cd react-isomorphic-serverless-typescript
npm install
```
*(yarn is also possible)*
# How to use
**Running dev server**
```
npm run dev
```
**Build production script**
```
npm run build-prod
```
**Deploy to lambda staging server**
```
WIP
```
**Deploy to lambda production server**
```
WIP
```
# Todos
- **Adding TEST**
- **Minimizing node_modules size**
- **Handling independent CSS with precompiler like sass**
- **Apply ImmutbaleJS**
- GraphQL?