Skip to content

🗂 A boilerplate to get you started with using ES6 in a Node application

License

Notifications You must be signed in to change notification settings

iamwebwiz/Node-ES6-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE-ES6-STARTER

This starter application helps you get started with writing ES6 in Node application right away.

It contains an entry file which serves the application using Express and renders a JSON object.

Getting Started

Clone this starter project

git clone https://github.com/iamwebwiz/Node-ES6-Starter.git && cd Node-ES6-Starter

Install dependencies: yarn (same as yarn install) or npm install

yarn

Start the application

yarn start

About

🗂 A boilerplate to get you started with using ES6 in a Node application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published