https://github.com/lewagon/fake-twitter
https://github.com/lewagon/fake-twitter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lewagon/fake-twitter
- Owner: lewagon
- Created: 2017-08-08T15:52:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T16:38:07.000Z (almost 9 years ago)
- Last Synced: 2025-07-30T18:41:40.136Z (10 months ago)
- Language: HTML
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Teacher usage
First clone this repository to your laptop. You must have Node (> v4) and [yarn](https://yarnpkg.com/lang/en/docs/install/) installed.
```bash
mkdir -p ~/tmp && cd $_
git clone git@github.com:lewagon/fake-twitter.git
cd fake-twitter
yarn install
stt # Open this folder in Sublime Text
```
Make sure you have `./node_modules/.bin` in your `$PATH`! This way you can run this:
```bash
webpack-dev-server
```
Let's start the live-code!