Skip to content

avandajs/avanda-starter

Repository files navigation

A sample avanda js server side project

Installation guide

To try out this project, clone this repository to you local system using:

$ git clone https://github.com/avandajs/avanda-starter

then install required dependencies using npm or yarn:

$ npm install //or yarn install

Testing installation

To test if everything is working, you can run the bundled avanda command line interface, it should print available commands

$ npm run avanda //or yarn avanda

Update database Info

Create a database and update the details in the .env file in the project root

Serve the project locally for development

Run the command below to start development server:

$ npm run dev //or yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published