Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macrusher/meteor-react-demo
Demo project for React Meetup
https://github.com/macrusher/meteor-react-demo
Last synced: 4 days ago
JSON representation
Demo project for React Meetup
- Host: GitHub
- URL: https://github.com/macrusher/meteor-react-demo
- Owner: MacRusher
- Created: 2016-02-02T15:51:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T22:39:34.000Z (almost 9 years ago)
- Last Synced: 2024-11-10T01:45:39.588Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aplikacja demo na potrzeby prezentacji na [ReactJS Wrocław #3](http://www.meetup.com/ReactJS-Wroclaw/events/227497855/)
## Instalacja
- Instalujemy Meteora jeżeli go jeszcze nie mamy:
curl https://install.meteor.com/ | sh
- Klonujemy projekt
git clone [email protected]:MacRusher/meteor-react-demo.git
- Instalujemy zależności z npm:
npm install
- Uruchamiamy za pomocą komendy:
meteor
- Aplikacja będzie pod [http://localhost:3000](http://localhost:3000)