https://github.com/thecreation/react-starter
A lightweight foundation for your next react based frontend project.
https://github.com/thecreation/react-starter
Last synced: about 1 year ago
JSON representation
A lightweight foundation for your next react based frontend project.
- Host: GitHub
- URL: https://github.com/thecreation/react-starter
- Owner: thecreation
- Created: 2020-01-02T03:30:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T15:58:41.000Z (about 3 years ago)
- Last Synced: 2025-03-21T23:35:00.973Z (about 1 year ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Starter
A lightweight foundation for your next react based frontend project.
### Installation
```
npm install
```
### Start Dev Server
```
npm start
```
### Build Prod Version
```
npm run build
```
### Features:
* ES6 Support via [babel](https://babeljs.io/) (v7)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)
* Format Files via [Prettier](https://prettier.io)