port 300 -> 3000
This commit is contained in:
Larry Lu 2017-03-10 16:10:44 +08:00 committed by Tim Neutkens
parent bb3ceaadea
commit 4fb7e4bc64

View file

@ -17,7 +17,7 @@ To get this example running you just need to
npm install .
npm run dev
Visit [http://localhost:300](http://localhost:300) and try to modify `styles/index.scss` changing color. Your changes should be picked up instantly.
Visit [http://localhost:3000](http://localhost:3000) and try to modify `styles/index.scss` changing color. Your changes should be picked up instantly.
Also see it working with plain css here
![example](example.gif)