It's a framework that allow you to build a nodejs app in TypeScript !
git clone https://github.com/amfyWebService/AMFY.git
You need to have Node installed on your computer
To run the Framework, follow these steps
npm install
To start the application in developement mode
npm start
you will get the following output in your terminal
PS D:\> npm start
> amfy-framework@1.0.0 start D:\
> ts-node index.ts
Server is running on http://localhost:3333To run the application in prod mode
npm prod
- The Homies - AMFY-Team
This project is licensed under the MIT License - see the LICENSE.md file for details