Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 597 Bytes

TypeScript Starter for Enonic XP

This starter kit will set up an empty shell for your new Enonic app.

Once initiated, you'll have the bare minimum needed to create a new Enonic application. You'll have all the folders set up, and can get straight to creating what you're creating.

Usage

You first need to install Enonic CLI. Then run the following commands to build and deploy it:

~ $ enonic project create -r starter-ts
... Answer wizard question

~ $ cd <project-folder>
~/new-project $ enonic dev

Your brand new app should now be up and running on http://localhost:8080