Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukaato/express-es6
Template for faster implementation of an expressJS project with Javascript ES6+.
https://github.com/sukaato/express-es6
es6 expressjs javascript node nodejs template
Last synced: 27 days ago
JSON representation
Template for faster implementation of an expressJS project with Javascript ES6+.
- Host: GitHub
- URL: https://github.com/sukaato/express-es6
- Owner: Sukaato
- License: mit
- Created: 2021-02-11T20:39:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T09:18:00.000Z (over 3 years ago)
- Last Synced: 2024-10-18T20:29:30.275Z (3 months ago)
- Topics: es6, expressjs, javascript, node, nodejs, template
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Express with ES6
> Template repository to made CRUD APP with ExpressJS[License][link-license] |
[Author][link-author] |
[Site][link-site]An skeleton express app that allows you to use ES6 syntax.
## How to run
1. Before anything else, you must have [node][nodejs] installed on your machine.
2. In `package.json` change the name parameter by your project name
### Running Server
Running in `DEV` mode :
On your terminal `npm start`, the server will restart everytime you make a change in your code.Running in `PRODUCTION` mode :
On your terminal `npm run start:prod`[link-license]: https://github.com/Sukaato/express-es6-sample/blob/master/LICENSE
[link-author]: https://github.com/Sukaato
[link-site]: https://sukaato.github.io
[nodeJS]: https://nodejs.org/en/