axex ๐ณ
January 4, 2022 ยท View on GitHub
axex contains the admin site handled by next and an api handled by express to handle all request for axex, both in the web client and in the native applications.
Installation
After adding all the environment variables in a .env
using node 17.1.0 run:
yarn install
Start The Server
to start the server locally in port 1337
yarn start
Build
to build proyect into /build run
yarn build