Skip to content

jderr-mx/react-tailwind-parcel-base

Repository files navigation

README

I created this repo for doing experimentation with React.

I wanted something small without having to create a webpack config.

This project uses

  • Parcel bundler
  • Tailwindcss link
  • React
  • MirageJS for api mocking link

To simplify using async/await there is a "browserslist" entry in the package.json. This avoids regenerator runtime errors, you probably want to add babel polyfills if you were going to do a prod build.

To use

  1. Install dependences with npm or yarn
  2. Run the dev server yarn dev
  3. Go to http://localhost:1234

MirageJS

As a long time Ember enthusiast, Mirage has been a staple for mocking REST apis

Sam Selikoff and many mirage contributors have made MirageJS available as standalone library to use in non-Ember projects

Here is the getting started page

About

Base project React project using parcel and tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published