Skip to content

Template for Javascript applications using Make, NPM and Webpack.

License

Notifications You must be signed in to change notification settings

carlos-avila/make-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make-javascript

By Mandelbrew

A starting point for a javascript project. This is an experiment to wrap the build process of a Javascript applicatin through a Makefile. It's all set up to use Babel for transpiling ES6 using Webpack.

Workflow

Setup and install:

make

Compile, bundle and minify everything together:

make build

Remove built application:

make clean

Remove build applicatin and Node modules

make distclean

Contact

Send us an email at contact@mandelbrew.com if you have any questions or comments.

About

Template for Javascript applications using Make, NPM and Webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published