https://github.com/abeidahmed/react-app
https://github.com/abeidahmed/react-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abeidahmed/react-app
- Owner: abeidahmed
- License: mit
- Created: 2020-01-29T17:46:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T20:17:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T17:14:00.211Z (3 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React boiler-plate
- This react boiler-plate is configured with webpack and babel.
- Contains [styled-components](https://styled-components.com/) for styling the react app.
- Reset styling with [styled-normalize](https://github.com/sergeysova/styled-normalize).
- Contains default [colors](https://github.com/abeidahmed/react-app/blob/master/src/styles/colors.js). Credits to [tailwindcss](https://tailwindcss.com).#### Download
- `git clone https://github.com/abeidahmed/react-app.git`
- `npm install`
- `npm start` or `yarn start`