nanadjei / node-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. This particular template is built out of Node.js and designed to keep you up and running with the application you want to write. It has pretty much the basic stuff to help you keep off.

Serve.js

./server.js Where this application is encapsulated. It houses other pieces of the application such as express (responsible for sending HTTP requests), cors (Cross-Origin Resource Sharing), and other middlewares.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Seed your mongodb

npm run seed

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About


Languages

Language:JavaScript 98.3%Language:Shell 1.7%