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.
- NPM
- Node JS
You can find the latest release in the releases page
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.
Running Nymph is as simple as:
npm run start
This will start the server in the port 3000.