ashish-nodejs / es6-nodejs

Html with nodejs- es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express with ES6

An skeleton express app that allows you to use ES6 syntax. Generated by express-generator cli.

How to run

Before anything else, you must have node installed on your machine.

Running Dev Server

Run on your terminal npm run watch:dev, the server will restart everytime you make a change in your code.

Running Production Server

For stuff like heroku deployment, aws elasticbeanstalk, run npm run start

Other scripts

  • transpile - convert es6 and beyond code to es5 to a folder named dist
  • clean - delete transpiled folder
  • build - clean and transpile

About

Html with nodejs- es6


Languages

Language:JavaScript 92.4%Language:HTML 4.6%Language:CSS 2.9%