Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 387 Bytes

Trikoder Trim starter template

Starter template for bootstrapping projects built with Trikoder Trim.

git clone git@github.com:trikoder/trim-starter.git my-cms-project

Make sure you have Node.js (8.x and up) and NPM installed.

cd my-cms-project
npm install

Once modules are installed run dev command.

npm run dev