Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaquimnetocel/examplenode
THIS IS AN EXAMPLE OF NODE.JS
https://github.com/joaquimnetocel/examplenode
crossenv dotenv eslint express expressjs graphql graphqlplayground javascript node nodejs nodemon typescript
Last synced: 18 days ago
JSON representation
THIS IS AN EXAMPLE OF NODE.JS
- Host: GitHub
- URL: https://github.com/joaquimnetocel/examplenode
- Owner: joaquimnetocel
- Created: 2022-07-19T01:17:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T17:24:37.000Z (over 1 year ago)
- Last Synced: 2023-08-05T11:53:48.023Z (over 1 year ago)
- Topics: crossenv, dotenv, eslint, express, expressjs, graphql, graphqlplayground, javascript, node, nodejs, nodemon, typescript
- Language: TypeScript
- Homepage:
- Size: 867 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NODE.JS EXAMPLES 📦
## DESCRIPTION
THIS PROJECT CONTAINS EXAMPLES AND CONFIGURATIONS FOR **[NODE.JS](https://nodejs.org)**.
![NODE IMAGE](./imageNode.jpg)
## TOPICS
THIS PROJECT IS ORGANIZED BY TOPICS. CLICK [HERE](/folderSource/folderTopics/README.md) TO ACCESS ALL THE TOPICS.
## DOWNLOAD
YOU CAN GET THIS PROJECT IN THE FOLLOWING WAYS:
* CLONNING THIS REPOSITORY USING _GIT_:
```bash
git clone https://github.com/joaquimnetocel/exampleNode.git
```* DOWNLOADING THE REPOSITORY [HERE](https://github.com/joaquimnetocel/exampleNode/archive/refs/heads/master.zip).
## QUICK START
* INSTALLING THE DEPENDENCIES:
```bash
npm install
```* RUNNING THE PROJECT
```bash
# RUN ON DEVELOPMENT MODE WITH TYPESCRIPT:
npm run tsc-dev
``````bash
# RUN ON DEVELOPMENT MODE WITH ESBUILD:
npm run esbuild-dev
``````bash
# RUN ON PRODUCTION MODE
npx tsc
node ./folderDist/index.js
``````bash
# BUNDLE WITH ESBUILD AND RUN ON PRODUCTION MODE
node esbuild.production.config.js # THIS IS GOING TO CREATE/BUNDLE ./folderBundle/index.js
node ./folderBundle/index.js
```## CONTRIBUTING
YOU ARE WELCOME TO CONTRIBUTE WITH:
* :twisted_rightwards_arrows: PULL REQUESTS AND
* :star: GITHUB STARS:smiley: