https://github.com/devopsmariocom/hands-on-flexbox-svg
https://github.com/devopsmariocom/hands-on-flexbox-svg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devopsmariocom/hands-on-flexbox-svg
- Owner: devopsmariocom
- Created: 2016-02-02T10:55:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T15:20:41.000Z (about 10 years ago)
- Last Synced: 2025-02-25T00:07:17.473Z (about 1 year ago)
- Language: JavaScript
- Size: 484 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Hands on Flexbox & SVG](https://github.com/cngroupdk/hands-on-flexbox-svg)
## About
This git repo containse all materials used on Hands on Flexbox & SVG workshop. Workshop was held on Wednesday 3rd of February 2015 (6-9pm) in Node5, Radlická 50, Prague 5, Czech Republic.
[FB event](https://www.facebook.com/events/1676444079290409/)
## Required Preparation
Before proceeding please make sure that you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Node](https://nodejs.org/en/download/) installed.
1. clone the repo locally `git clone https://github.com/cngroupdk/hands-on-flexbox-svg.git`
2. `cd` into it.
3. run `$ npm install`
4. ensure your `8080` port is free to use
5. run `$ npm start`
6. open http://localhost:8080/webpack-dev-server in your browser
## Slides
Will be soon available.
### Example Code
Will be soon available.
### Workshop Code
Will be soon available.
### App Server
**[Server](https://www.npmjs.com/package/node-static)** needed for running the app will be installed via present package.json
- run project with auto-reload via `$ npm start`
- otherwise build and run static server `$ npm run server:static`
### Issues
If you have issues with running the dev server, try to install `webpack-dev-server` as a global node package (`npm install webpack-dev-server -g`).
## Authors and Contributors
[Tomáš Řezáč](https://github.com/Rezi), [Motaquillah Maddane](https://github.com/kronik3r) and CN Group ([@cngroupdk](https://github.com/cngroupdk)).
### Support or Contact
Please [file an issue](https://github.com/cngroupdk/hands-on-flexbox-svg/issues) or contact us directly.
Like us on **Facebook**: [facebook.com/CNGroupCZ](https://www.facebook.com/CNGroupCZ)
Follow us on **Twitter**: [@CNGroup_cz](https://twitter.com/CNGroup_cz)
Check our **web**: [cngroup.dk](http://www.cngroup.dk/)