https://github.com/bbqsrc/svtool
https://github.com/bbqsrc/svtool
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbqsrc/svtool
- Owner: bbqsrc
- License: isc
- Created: 2018-01-01T20:54:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T20:55:16.000Z (about 8 years ago)
- Last Synced: 2024-12-31T21:11:58.074Z (about 1 year ago)
- Language: JavaScript
- Size: 268 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swedish Learning Tool
This is a HTML5 application, built with [Brunch](http://brunch.io).
## Getting started
* Install (if you don't have them):
* [Node.js](http://nodejs.org): `brew install node` on OS X
* [Brunch](http://brunch.io): `npm install -g brunch`
* Brunch plugins and app dependencies: `npm install`
* Run:
* `npm start` — watches the project with continuous rebuild. This will also launch HTTP server with [pushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history).
* `npm run build` — builds minified project for production
* Learn:
* `public/` dir is fully auto-generated and served by HTTP server. Write your code in `app/` dir.
* Place static files you want to be copied from `app/assets/` to `public/`.
* [Brunch site](http://brunch.io), [Getting started guide](https://github.com/brunch/brunch-guide#readme)