Install
npx @buyerjourney/create-bj-app app-name
Setup
Go to the project directory:
- Install the dependencies.
- Create the configuration directory.
- Create the configuration file.
- Create css files.
- 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