Skip to content

Jetsadagujan/iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs-ES6-Boilerplate

Made in Indonesia

A Node.js boilerplate with ES6, ESLint, and Prettier

Background

I created this boilerplate because I have several coding interviews that needs to be done using JavaScript.

Scripts

# Run the project without nodemon
npm run start

# Build the project
npm run build

# Clean build
npm run clean

# Check the lint errors
npm run lint

# Fix the lint errors
npm run lint:fix

# Run prettier
npm run format

# Check prettier errors
npm run format:check

Usage

  1. Clone the repository and init new git project
$ git clone git@github.com:vferdiansyah/nodejs-es6-boilerplate.git ./your/project/folder
$ cd ./your/project/folder
$ rm -rf .git
$ git init
  1. Change project specific information in the following places
  1. Install dependencies
$ npm i
  1. Start coding

License

Copyright (c) 2020 Veri Ferdiansyah
Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published