0.1.6 • Published 4 years ago

@hi-matbub/build v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

build

Build Status

A node package to bootstrap a "bare-bones" express.js server.

Quick set up

$ npx @hi-matbub/build
$ cd _server && npm i 
$ npm run dev

Quickly bootstrap an express server by running the command npx @hi-matbub/build. This will generate a new directory within your current working directory that should match the following structure.

_server
├── .gitignore
├── .env
├── package.json
├── README.md
├── src
│   ├── config.js
│   ├── app.js
│   ├── server.js
│   └── example_router.js
└──  test
    ├── app.spec.js
    └── setup.js

Scripts

npm run start - Start the application

npm run dev - If restarting the server for ever change inconveniences you (it should), you can run nodemon for the application.

npm run test - Run the tests

What's in the box?

Everything you need to get up and running with express.js and node.js. Includs a few examples of GET and POST requests so you can dive right into the core of your server.

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.23

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.19

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago