Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushliypakostnik/express-babel
Express on Babel start project
https://github.com/ushliypakostnik/express-babel
babel eslint express jest
Last synced: about 6 hours ago
JSON representation
Express on Babel start project
- Host: GitHub
- URL: https://github.com/ushliypakostnik/express-babel
- Owner: ushliypakostnik
- Created: 2019-09-21T20:03:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:22:28.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T23:12:03.610Z (over 1 year ago)
- Topics: babel, eslint, express, jest
- Language: JavaScript
- Homepage:
- Size: 703 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backend Start Project
=====================Описание
--------Стартовый проект на Express.js с Babel.
API
---GET
${HOST}/testТестовый роут
*
Deploy
------Установка зависимостей npm packages
$ npm install
Development
-----------$ npm start
http://localhost:8082/
Production
----------Запуск проекта для продакшена
$ npm run prod
Тесты
-----Запуск линтера
$ npm run lint
Запуск тестов
$ npm run test