1.0.0-alpha.11 • Published 2 years ago

@melonly/core v1.0.0-alpha.11

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

Melonly Node.js Framework

Melonly is a fast and modern web development framework for Node.js. It makes it easy to create secure and fast web applications with awesome developer experience.

Table of Contents

Documentation

Melonly documentation is available on the official site.

Requirements

In order to use Melonly, your environment has to met few requirements:

  • Node.js 16+
  • npm and git installed

Installation

First, you only have to install @melonly/cli package before creating your first project:

npm install -g @melonly/cli

You can check the Melonly CLI version when it has been properly installed and you'll be able to run melon commands.

melon -v

Creating Project

To create new Melonly project you can use the CLI. Just run the new command in your directory:

melon new <project-name>

Running the Application

Once your project has been created you can start it on the local server using npm start:

cd <project-name>

npm start

Your application will be available on localhost:3000 by default. You can change the port in .env configuration file.

License

Melonly is an open-source framework licensed under the MIT License.

If you discovered any bug or security issue please open new issue / pull request in the repository or email me: dom.rajkowski@gmail.com.

Information

Logo created by Freepik - Flaticon

Documentation: melonly.pl

GitHub repository: github.com/Doc077/melonly

by Doc077