https://github.com/iaseth/react-starter
React Starter Project with Tailwind setup.
https://github.com/iaseth/react-starter
create-react-app github-pages helloworld react reactjs starter starter-project starter-template tailwindcss
Last synced: 7 months ago
JSON representation
React Starter Project with Tailwind setup.
- Host: GitHub
- URL: https://github.com/iaseth/react-starter
- Owner: iaseth
- License: mit
- Created: 2022-02-11T01:14:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T02:04:04.000Z (over 3 years ago)
- Last Synced: 2025-03-12T21:03:44.963Z (7 months ago)
- Topics: create-react-app, github-pages, helloworld, react, reactjs, starter, starter-project, starter-template, tailwindcss
- Language: JavaScript
- Homepage: https://iaseth.github.io/react-starter
- Size: 571 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-starter
This is the template I use to start my React projects.
## It contains
* Default project setup with create-react-app.
* Tailwind setup.
* Added `.env` file with `BROWSER=none` to prevent `npm start` from opening the browser.
* Set `homepage` and added `predeploy` and `deploy` commands in `package.json`.
* Deleted `App.css` and `logo.svg`.
* Indented everything with Tabs, removed comments.
* Edited and cleaned `App.js` to show the below page.
* Added `MIT` License.
* Added `CHANGELOG.md`.