@jpcaparas/react-baseline
v1.1.0
Published
React Baseline - Parcel, Typescript, React, React-DOM to get up and running quickly
Downloads
1
Readme
Overview
A very minimal React.js + Parcel setup to help you get started with your next project.
Requirements
- Node.js v18 or higher
Getting Started
npm i && npm start
That's it!
Troubleshooting
Most problems can be resolved by deleting the .parcel-cache
directory and restarting the development server.