Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foxfirecodes/react-rollup-todos

Tiny React app that uses the JSONPlaceholder API to display some todo data.
https://github.com/foxfirecodes/react-rollup-todos

Last synced: 5 days ago
JSON representation

Tiny React app that uses the JSONPlaceholder API to display some todo data.

Awesome Lists containing this project

README

        

# react-rollup-todos

> Tiny React app that uses the [JSONPlaceholder](https://jsonplaceholder.typicode.com/) API to display some todo data.

This is a small repo I used to experiment with the various configuration options and plugins available in Rollup, and comparing it to my past experience using Webpack. The app in this repo is transpiled using Babel, supports CSS modules, and is using livereload for development purposes.

## setup

```bash
# clone the repo
git clone [email protected]:rayzr522/react-rollup-todos.git
cd react-rollup-todos

# install dependencies
npm ci

# run the dev server
npm run dev
```