https://github.com/ajeetchaulagain/typescript-playground
A minimal scaffolded typescript playground
https://github.com/ajeetchaulagain/typescript-playground
Last synced: about 2 months ago
JSON representation
A minimal scaffolded typescript playground
- Host: GitHub
- URL: https://github.com/ajeetchaulagain/typescript-playground
- Owner: ajeetchaulagain
- Created: 2021-08-21T01:41:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T03:52:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T11:11:04.772Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Typescript Playground
This project serves as a minimal scaffolded playground/template for typescript project
### Steps to run
Given node and npm is available in the machine, run the following commands
- `git clone https://github.com/ajeetchaulagain/typescript-playground.git`
- `cd typescript-playground`
- `npm install`
- `npm start` - to run the development server.
## Libraries setup
- Prettier is setup for formatting the code. Run `npm run format` for fixing all the formatting with prettier
- Eslint for finding any lint errors. Run `npm run lint` to fix all the linting errors.
## Contribution
This project is created with aim of providing minimal scaffolded typescript playground or starter template.
If you find any issues, improvements or features that supplements this codebase feel free to submit a Pull request !!
## License
This project is open source and available under MIT License