Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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