2.0.3 • Published 10 months ago

quick-app v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

quick-app

Starter files and directories for an express application. Using this package you can create a new express app with all necessary files and directories.

JavaScript Express.js Node.js Mongoose

Installation & Usage

  1. Install the package in your project

    npm i quick-app
  2. Use this package in your project

    a. Create a javascript file in your root directory as main.js b. Change in your package.json file

    {
        "type": "module",
    }

    b. Now write the code below to main.js file

    import server from "quick-app";
    import fs from "fs";
    
    server();
    
    fs.unlinkSync("./main.js");

    c. Finally run the main.js file

    node main.js

Now you are ready to build your own express application according to your need.

Happy Coding...👍

License

MIT

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.10

4 years ago

0.0.1

7 years ago