Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/let-it-beer
:beer:
https://github.com/aeyoll/let-it-beer
Last synced: 11 days ago
JSON representation
:beer:
- Host: GitHub
- URL: https://github.com/aeyoll/let-it-beer
- Owner: aeyoll
- Created: 2015-11-02T06:23:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T10:29:51.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T00:46:07.491Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Setup virtualenv (optional)
```bash
virtualenv ve
. ve/bin/activate
```Install dependencies
```bash
pip install -r requirements.txt
npm install
```Run django server
```bash
./manage.py runserver
```Run webpack dev server
```bash
node server.js
```Now you can make changes to `assets/js/app.jsx` and the changes will show up in the browser automagically.