https://github.com/metabase/interview-fe-boilerplate
https://github.com/metabase/interview-fe-boilerplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metabase/interview-fe-boilerplate
- Owner: metabase
- Created: 2019-05-22T17:57:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T18:03:35.000Z (about 6 years ago)
- Last Synced: 2024-12-27T12:09:18.015Z (6 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage:
```
yarn
yarn start
```or
```
npm install
npm start
```Open [http://localhost:1234/](http://localhost:1234/). You should see "Hello world".