Skip to content

TOEKANGKU/backoffice

Repository files navigation

[ ToekangKu Backoffice - NuxtJS ]

Getting started

Installation

Please check the official NuxtJS installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone https://github.com/TOEKANGKU/backoffice.git

Switch to the repo folder

cd backoffice

Install all the dependencies using npm

npm install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Start the local development server

npm run dev

You can now access the application at http://localhost:8080

Build for Production

Run to build for production

npm run build

Start the build

npm run generate

Environment variables

  • .env - Environment variables can be set in this file

Note : You can quickly set the database information and other variables in this file and have the application fully working.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors