A [r]eact [es]build [s]tyled-components [t]ypescript starter template, batteries included.
- Clone the repository.
git clone https://github.com/peek4y/resst my-app
- Install dependencies & run it locally.
npm install npm run dev
Then open http://localhost:3000 to see your app.
Get started with no configuration, start building components in the src
folder.
This template uses TypeScript as the primary language, Ant.D for UI, styled-components for styling components, esbuild for compilation, and concurrently also does typechecking.