sourcec0de / nemesis

Full Stack Javascript Web Framework with opinions
MIT License
0 stars 0 forks source link

NEMESIS - ALPHA

Developer productivity framework. Don't spend time configuring your node server. Start a new project in seconds and start writing your business logic NOW!!!!

Gloa - Build Reactive / Realtime Web Applications.

Getting Started

npm install nemesis -g

Create a new project

This command creates a new application in the current directory

nemesis new <newWebApp>
cd <newWebApp>
npm install

More concise instructions to come

ToDo: