Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 850 Bytes

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 850 Bytes

Aegis Framework: Nymph

Aegis is a simple but powerful framework for both new and experienced developers that aims to be as minimal as it can get while keeping the features you need to create an amazing site or application.

Nymph is the Node JS flavor of Aegis.

Requirements:

  • NPM
  • Node JS

Getting Started

1. Get the latest Release

You can find the latest release in the releases page

2. Install the dependencies

Once you've downloaded the latest release, unzip it and go to the directory on your terminal. To install the needed dependencies just do it through npm:

npm install

This will download everything you need.

3. Run your project

Running Nymph is as simple as:

npm run start

This will start the server in the port 3000.

4. Start Coding!