Skip to content

Template for starting a new javascript project that supports es6 syntax.

Notifications You must be signed in to change notification settings

webdevatlanta/es6-newproject-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-newproject-template

Template for starting a new javascript project that supports es6 syntax.

References:

Following this tutorial: https://www.youtube.com/watch?v=wBiusBaenmc

transpiling from es6 to es5

npm run dev

Files will show up in /dist/js under file bundle.js

Building a production ready build:

npm run build

Running Dev server for local development:

npm run start

About

Template for starting a new javascript project that supports es6 syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published