Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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+.

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/