/animeql

:sushi: This APP use nullstack

Primary LanguageJavaScript

AnimeQL

Nullstack

How to run this Project

Install the dependencies:

npm install

Copy the environment sample to a .env file

NULLSTACK_PROJECT_NAME="[dev] AnimeQL"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#e84393"
NULLSTACK_SERVER_PORT="5000"

Run the app in development mode:

npm start

Open http://localhost:5000 to view it in the browser.

Learn more about Nullstack

Read the documentation