Key Features • How To Use • Credits • License
- Typescript
- Build React app using typescript so your team can maximise static type typing
- Eslint - Enforce code standard for your team using eslint instead of tslint for better performance 1
- Prettier
- Integrate prettier with eslint to automatically fix code standard and format
- Built for use with visual studio code ✨
- More to follow..
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/bhirmbani/typescript-react.git
# Go into the repository
$ cd typescript-react
# Install dependencies
$ npm install
# Run in development
$ npm run dev
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
This boilerplate uses the following open source packages:
MIT
GitHub @bhirmbani ·