Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antoniofregoso/bj-app
- Owner: antoniofregoso
- License: gpl-3.0
- Created: 2024-10-06T19:26:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:18:58.000Z (about 2 months ago)
- Last Synced: 2024-10-29T18:44:42.174Z (about 2 months ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bj-app
Template for creating bj applications
## Sponsors
[](https://www.conference.com.mx/comercializacion-digital)
## Install1. 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).