https://github.com/dcts/coinrocketapp-react
CoinRocketApp.com implementation in react.
https://github.com/dcts/coinrocketapp-react
Last synced: 2 months ago
JSON representation
CoinRocketApp.com implementation in react.
- Host: GitHub
- URL: https://github.com/dcts/coinrocketapp-react
- Owner: dcts
- Created: 2019-06-27T20:42:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:30:16.000Z (over 3 years ago)
- Last Synced: 2025-03-06T11:13:15.745Z (over 1 year ago)
- Language: JavaScript
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-boilerplate
Simple react starter with the following config:
- React, ReactDOM
- Webpack 4
- Babel with es2015 and react presets
- work with `.js` or `.jsx` files
- main `application.scss` stylesheet is imported in `index.js` as a module to enjoy hot reloading
## Scripts
To start the local Webpack Dev Server (usually on port `8080`):
```bash
yarn start
```
To lint all JavaScript files in the `src` folder:
```bash
yarn lint
```
To build and deploy your app to `gh-pages` branch on the GitHub repo:
```bash
yarn deploy
```