Next-gen god-like app.
- node
- npm
- yarn
- mysql database
yarn install
cp src/Config/config.example.ts src/Config/config.tsThen fill the src/Config/config.ts file with your configuration.
yarn build
yarn startApp will be available at http://localhost:port based on the port you fill in config.ts.
# auto compile typescript files
yarn dev
# auto copy static files
yarn dev-static