Skip to content

Joshua-W-Adams/esmodules-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esmodules-boilerplate

A template for creating modules in accordance with the es modules design pattern

Getting Started

  1. Install latest version of Node.js
https://nodejs.org/en/download/
  1. Clone repository to your system using the following command or git desktop
git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY
  1. Install repository dependencies
npm install
  1. Run nodemon server
gulp serve
  1. Sample module can now be accessed on localhost
http://localhost/

Deployment

  1. Lint application
gulp lint
  1. Build dist files
gulp build

About

A standardised template for making code modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published