Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 754 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 754 Bytes

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