Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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