Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredo3232/backend-skeleton-app
This repository is a starter for new applications.
https://github.com/alfredo3232/backend-skeleton-app
Last synced: 21 days ago
JSON representation
This repository is a starter for new applications.
- Host: GitHub
- URL: https://github.com/alfredo3232/backend-skeleton-app
- Owner: Alfredo3232
- Created: 2023-01-24T16:35:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T17:03:34.000Z (about 1 year ago)
- Last Synced: 2023-11-10T17:49:15.576Z (about 1 year ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend-skeleton-app
This will be a template for me to use on my full-stack applications, this repository will basically be a starter for new applications, feel free to use it for your own apps as well.
## Project Setup
```sh
npm install
```### Starting the Server
```sh
npm run start
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```## Eslint Configuration
I included a eslint config, but you may need to re-configure it. This is for many reasons one being that eslint has many configurations for installing,
for example if you install eslint globally, ```npm install -g eslint```, and you run the command,```eslint --init```, in a project it will give you tons of
options to configure your eslint according to what technologies you will be using in your application.## Workflows