https://github.com/klarna/ui-prototype
A base for prototyping
https://github.com/klarna/ui-prototype
Last synced: 3 months ago
JSON representation
A base for prototyping
- Host: GitHub
- URL: https://github.com/klarna/ui-prototype
- Owner: klarna
- Created: 2016-04-13T17:18:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T18:39:48.000Z (about 2 years ago)
- Last Synced: 2025-01-21T02:09:13.561Z (5 months ago)
- Language: JavaScript
- Size: 744 KB
- Stars: 1
- Watchers: 351
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Klarna UI prototype
This is a repo to quickly start a project or prototype.
It includes all ui-* projects you need and a base setup to keep going.
#### Starting
```sh
npm install
npm start
```Open [localhost:7777](http://localhost:7777) and do your changes.
#### Errors
Use node v4.1.2 if you get this error:
```
ui-prototype/webpack.config.js:2
const path = require('path')
^^^^^
SyntaxError: Use of const in strict mode.
```Run `npm rebuild node-sass` if you get this error:
```
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 4.x
```