Skip to content

eljou/express-server-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-server-starter

ES6 express server project starter

A simple app to serve as a starter ExpressJS server. The server code is all writen in es6 and transpiled with babel for development build stages.

Note: This project includes ESLint and Prettier configurations

To run the project just: 1- create .env file with ENV=development DB_USER=value DB_PASS=value DB_HOST=mongolab_url

2- yarn install or npm install

3- yarn run dev for development

4- yarn build to compile to dist folder

5- sh build.sh to compile and prepare for deployment

Enjoy working with it.

About

This is my es6 express server project starter

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors