An open source project to help you learn JS
You will need:
- Docker (>= 1.12.0 required)
- Docker Compose (>= 1.11.2 required)
Open your terminal, go to the folder and type this:
./bin/snail start
./bin/snail logs -f
Attaching to ecmascripttraining_ecmascript_1
...
ecmascript_1 |
ecmascript_1 | > [email protected] test:tape /usr/src/app
ecmascript_1 | > NODE_ENV=tests ./node_modules/.bin/tape -r babel-register ./src/**/__tests__/**/index.js | tap-notify | tap-diff
ecmascript_1 |
ecmascript_1 | not implement yet
ecmascript_1 |
ecmascript_1 | timing test
ecmascript_1 | ✔ should be equal
ecmascript_1 |
ecmascript_1 | es2015 01-new-variables let const real life
ecmascript_1 | ✔ should be equal
ecmascript_1 | ✔ should be equal
ecmascript_1 |
ecmascript_1 | es2015 01-new-variables let const
ecmascript_1 | ✔ should be equal
ecmascript_1 | ✔ should be equal
ecmascript_1 | ✔ should be equal
ecmascript_1 | ✔ should be equal
...
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Hoang Nam - Initial work - particle4dev
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details