Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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