https://github.com/zapkub/rsilathip-nextjs
Rsilathip webpage with Typescript nextJS
https://github.com/zapkub/rsilathip-nextjs
nextjs react wordpress
Last synced: about 2 months ago
JSON representation
Rsilathip webpage with Typescript nextJS
- Host: GitHub
- URL: https://github.com/zapkub/rsilathip-nextjs
- Owner: zapkub
- Created: 2017-11-27T15:03:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T10:14:18.000Z (over 8 years ago)
- Last Synced: 2025-03-27T10:47:47.461Z (about 1 year ago)
- Topics: nextjs, react, wordpress
- Language: TypeScript
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsilathip site
this repository is include rsilathip migration from Angular1 to React due to legacy code of Angular and this repository create on legacy php service host.
## Installation
- This repository use wordpress as backend, you need to extract wordpress.tar to make it work
```
npm run build
```
- copy `server` folder to host
- copy `out` folder to `server/v2`
## Development
Seed file `seed.sql` to your mysql db
### UI
- create env from env.example and fill information
```
npm install
npm run watch // compile typescript
npm run dev // start dev server
```
- goto `localhost:3000`
### Wordpress
> NOTE: Warning there is no version control support for wordpress, every conflict must solve manually
- extract wordpress.tar
- start server with any php stack ( LAMP, XAMP ) by put `server` folder to root of php server