Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willianfalbo/node-app-demo
temporary app for creating aws codepipeline (ci/cd)
https://github.com/willianfalbo/node-app-demo
Last synced: 30 days ago
JSON representation
temporary app for creating aws codepipeline (ci/cd)
- Host: GitHub
- URL: https://github.com/willianfalbo/node-app-demo
- Owner: willianfalbo
- Created: 2019-10-30T14:14:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:13:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T03:41:36.765Z (about 2 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TempApp (Backend API)
This is the TempApp Rest Api.# 1 - PRE-INSTALLATIONS
In order to use this project we need to install any package manager.
Yarn: Please access https://yarnpkg.com/ and find the installation steps.
Npm: Please access https://nodejs.org/ and find the installation steps.# 2 - DOWNLOAD THE PACKAGES
Please run in the terminal `yarn` or `npm install`.# 3 - RUNNING THIS PROJECT
Please run in the terminal `yarn dev` or `npm run dev`.# LIBRARIES AND FRAMEWORKS
## Sucrase (https://sucrase.io/)
In order to run the latest features of ES5+, we are using Sucrase instead of Babel (https://babeljs.io).
It was needed to add `nodemon.json` file in the root folder.
NOTE: Sucrase will never produce code for old browsers like IE. Compiling code down to ES5 is much more complicated than any transformation that Sucrase needs to do.\* THIS PROJECT WILL BE REMOVED