Skip to content

jscarmona/js-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Starter

getting started

I suggest having 2 console tabs open, one to fire up the server and listen for changes. The other to watch and build js files.

installing dependencies

This will install all dependencies needed to compile the js and run the server

npm install

running local server

This will run a browser sync server at http://localhost:3000. All files in public/dist directory are being watched for changes and triggering a refresh.

npm start

building JS files

This will bundle the js files

npm run build

wathcing JS files

This will watch the js files and trigger a bundling of the js files

npm run watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published