Skip to content

nanadjei/node-template

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published