1.0.0-alpha.6 • Published 1 year ago

@northle/create v1.0.0-alpha.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Table of contents

Introducing Northle

Northle (pronounced /nɑrðl/) is a modern and declarative backend framework for Node.js. It makes it easy to create fast and secure web applications with awesome developer experience.

Northle is currently in the alpha stage. Although it is already suitable for creating apps, you may still encounter some bugs and breaking changes.

Requirements

To run Northle, your environment has to meet following requirements:

Node.jsNPM
18.3.0+7+

Creating a project

To create a new Northle project you can use the npx creator:

$ npx @northle/create@latest [app-name]
$ cd [app-name]
$ npm start

More information about creating a project can be found in the documentation.

Security

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

License

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