Skip to content

rapidjs-org/min-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rJS Minimal Application Template

Provides a basic file structure.

Setup

  1. Run npm i to install project dependencies.
  2. Run npm run start:dev or npm run start:prod.

As an alternative to the package scripts, rJS can be run through its global CLI (if installed).

Visit https://rapidjs.org for more information.