Skip to content

Chi-EEE/drogon-inertia-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drogon-inertia-template

Getting Started

Technologies

Dependencies

  • XMake - Build Tool for this project
  • Node.js - Used to build the frontend
  • pnpm - Used to cache the dependencies from npm

Executing the project:

To build both the backend and frontend, run the following command:
xmake build fullstack or xmake -g all

The command will build the files inside of $(rootdir)/build

License

This project is licensed under the MIT License - see the LICENSE.md file for details