Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mathieuancelin/app-skeleton

Play Scala + ES + React app
https://github.com/mathieuancelin/app-skeleton

Last synced: 3 days ago
JSON representation

Play Scala + ES + React app

Awesome Lists containing this project

README

        

App
=================================

for the app, just run

```
activator
[app] ~run
```

for the app UI, just go to `app-ui` and run

```
npm install
```

then, for dev run

```
npm run dev
```

for build run

```
npm run build
```