Experience-Monks / Experience-Monks/devtool
Babel6 support
Open
question
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Hello! So my server is currently run with:
``` json
"scripts": {
"start": "npm-run-all --parallel lint server:development",
"test": "echo \"Error: no test specified\" && exit 1",
"server:development": "nodemon ./server/ --exec babel-node ..."
},
```
How does this fit into the system?
Contributor guide
Assessment
This issue has not been assessed yet.