/expresstart

Simple Express server starting files

Primary LanguageJavaScript

Expresstart

Starter files for basic Express Server.

  • Reloading using nodemon
  • Using ES6 in the source
  • Compiled by babel@7
# clone the repo
git clone https://github.com/elrumordelaluz/expresstart.git my-express-server
# install dependencies
yarn
# dev
yarn start
# prod
yarn build
yarn serve