Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bittricky/sample-tabs
Exercise in creating tabs with React
https://github.com/bittricky/sample-tabs
exercise react
Last synced: 4 days ago
JSON representation
Exercise in creating tabs with React
- Host: GitHub
- URL: https://github.com/bittricky/sample-tabs
- Owner: bittricky
- Created: 2019-06-19T14:28:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:48:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T16:11:26.129Z (6 months ago)
- Topics: exercise, react
- Language: JavaScript
- Size: 4.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Tabs
## Requirements
- Install Node
- on OSX , install git and type 'brew install git'
- on OSX, install [home brew](http://brew.sh/) and type `brew install node`
- on Windows, use the installer available at [nodejs.org](http://nodejs.org/)
- On OSX you can alleviate the need to run as sudo by [following John Papa's instructions](http://jpapa.me/nomoresudo)
- Open terminal and run `npm install`## Quick Start
To get up and running run the following command
```
$ npm run start
```This will serve the application locally on port 3000