Getting Started


Install

npx @buyerjourney/create-bj-app app-name

Setup

Go to the project directory:

  1. Install the dependencies.
  2. Create the configuration directory.
  3. Create the configuration file.
  4. Create css files.
  5. Start the application

npm install
mkdir src/.env
echo "{}" | cat > src/.env/conf.json
npm run scss
npm run watch

Go to http://localhost:8000/

Enjoy