Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexgenovese/react-koa-routing-api-polaris
Simple starter: multiple koa routing for api and Polaris based interface
https://github.com/alexgenovese/react-koa-routing-api-polaris
concurrently koa koa-router nodemon polaris react reactjs
Last synced: about 1 month ago
JSON representation
Simple starter: multiple koa routing for api and Polaris based interface
- Host: GitHub
- URL: https://github.com/alexgenovese/react-koa-routing-api-polaris
- Owner: alexgenovese
- License: mit
- Created: 2020-03-25T10:20:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T17:10:17.000Z (over 1 year ago)
- Last Synced: 2024-11-07T13:12:06.973Z (3 months ago)
- Topics: concurrently, koa, koa-router, nodemon, polaris, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# React + Koa + Polaris
Simple starter: multiple koa routing for api and Polaris based interface# Installation
```
npm install
cd client && npm install
```# Getting started
- Clone the repo
- Install dependencies into root and /client folder (for both side)
- For working on server side: /server/index.js
- For working on client side: /client/src/index.js