Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/locol23/react-template
A starter template for React
https://github.com/locol23/react-template
boilerplate boilerplates eslint hoc javascript node parcel react recompose template
Last synced: 4 days ago
JSON representation
A starter template for React
- Host: GitHub
- URL: https://github.com/locol23/react-template
- Owner: locol23
- Created: 2018-01-22T10:48:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:24:34.000Z (25 days ago)
- Last Synced: 2024-10-21T10:31:36.921Z (24 days ago)
- Topics: boilerplate, boilerplates, eslint, hoc, javascript, node, parcel, react, recompose, template
- Language: JavaScript
- Homepage: https://sad-bell-d3776b.netlify.com/
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-template
A starter template for [React](https://github.com/facebook/react)
## Tech Stack
- [React](https://reactjs.org/)
- [Parcel](https://parceljs.org/)
- [Prittier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [Recompose](https://github.com/acdlite/recompose)## Prerequisites
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en)## Getting Started
### Clone the repository
```bash
git clone --depth=1 https://github.com/locol23/react-template.git
```### Install dependencies
```bash
cd
yarn# if you use npm
rm yarn.lock
npm i
```### Develop
```bash
yarn dev#if you use npm
npm run dev
```Go to [http://localhost:1234](http://localhost:1234)
### Production Deploy
```
yarn build && yarn deploy
```## LICENSE
MIT