Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antoniofregoso/bj-app

Template for creating bj applications
https://github.com/antoniofregoso/bj-app

Last synced: 14 days ago
JSON representation

Template for creating bj applications

Awesome Lists containing this project

README

        

# bj-app
Template for creating bj applications
## Sponsors
[](https://www.conference.com.mx/comercializacion-digital)
## Install

1. Install the dependencies
2. Create the configuration directory,
3. create the conf.json file inside the .env folder,
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
```

## Usage
1. go to http://localhost:8000/
2. Enjoy 😊.
## Documentation
- [BuyerJourneyJS project](https://buyerjourney.ninja/).
- [bj-components](https://buyerjourney.ninja/components).
- [Get started](https://buyerjourney.ninja/get-started).
## License
bj-core is [GPL-3.0-or-later](./LICENSE).