Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathieuancelin/app-skeleton
- Owner: mathieuancelin
- License: other
- Created: 2015-04-17T14:39:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T14:51:52.000Z (over 9 years ago)
- Last Synced: 2023-03-11T09:56:24.726Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```