This skeleton reflects most NGXS Labs related projects. The skeleton provides a homogeneous structure in all projects without conflicts, thus we have no discrepancies.
If you want to create a Labs project - you have to complete further steps.
-
First let's clone this repo:
git clone [email protected]:ngxs-labs/skeleton.git PROJECT_NAME cd PROJECT_NAME
-
Let's remove the
.git
folder:rm -rf .git
-
Install dependencies (yarn only):
yarn
-
Create your Labs project by running:
yarn create-project --name PROJECT_NAME
For example:
yarn create-project --name dispatch-decorator
-
When you push your changes to the new repo - ask someone to add your project to the
travis
CI.