Skip to content

iyobo/create-amala-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmalaJS App

SETUP

  • Create your .env file, using .env.example as an example, then set your environmental variables in .env.
  • Run npm install to initialize dependencies and dist folder. (This is important!)

Running

  • To run in dev mode, simply run npm run dev
  • To run in Prod mode, first npm run build then npm start. This will compile and run from the dist/ folder.
  • To run tests, npm test

API library

Amala