https://github.com/pfgray/specs
https://github.com/pfgray/specs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfgray/specs
- Owner: pfgray
- Created: 2017-06-30T23:16:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T15:29:36.000Z (about 7 years ago)
- Last Synced: 2025-01-25T06:26:17.104Z (11 months ago)
- Language: TypeScript
- Size: 664 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Specs #
## Build & Run ##
```sh
$ cd Specs
$ ./sbt
start the backend:
```
> reStart
```
After making changes, restart the backend:
```
reStart
```
The app will start listening on port 8080
start the frontend:
```
> webpack:start
```
The webpack server will watch for changes and automatically re-compile
If you make changes to the webpack configuration itself, then you'll need to stop and start webpack:
```
> ;webpack:stop;webpack:start
```