enonic / starter-webpack

Starter for Enonic XP app built with Webpack
Other
0 stars 0 forks source link

= Webpack Starter for Enonic XP

This starter kit will set up a basic template for your new Enonic app, with support for the Webpack.

NOTE: See the official https://developer.enonic.com/docs/webpack-starter[documentation] for a more detailed guide.

== Introduction

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

The project will support:

== Create a project

To set up a project locally, simply run the following command:

$ enonic project create -r starter-webpack

Answer the Wizard questions to complete creation of the project.

$ cd <project-folder>

To build and deploy the project:

$ enonic project deploy

NOTE: Don't have the Enonic CLI? Visit the https://developer.enonic.com/start[Getting started guide] to install it.