The React application in Typescript is configured with ESlint, Jest, and Sass.
How to use:
- Clone the template repository:
> git clone https://github.com/nnfunny/typescript-react-template.git
- Install dependencies:
> yarn
or
> npm install
- Run the application:
> yarn start
or
> npm start
- Build the application:
> yarn build
or
> npm run build
Please feel free to use this template and build your awesome projects ✨.