A starter react-typescript project which uses parcel bundler. A boilder plate to kickup any react project with all required dependencies, linting and other checks
Just wanted to setup a react project with parcel bundler.Added manually all the linting rules and dependencies to understand the setup and deployment related changes.
Your are required to have Node.js. After cloning this repository
1. npm install
# this will all the dependencies
# After installing all the dependencies run
2. npm run dev
#this will run the app in default port https://localhost:1234
There may be something missing or need to be added for a project starter.You are welcomed to contribute
MIT