Boilerplate project to get started with react
git clone https://github.com/suiz0/react-app-starter.git
npm i
And you are ready to go.
Generates a development ready build.
Generates a production ready build.
Launches a lite web server using the development build; Useful for development and testing.
Does type checking and .d.ts. file generation.