Run the following commands inside the project folder:
yarn
yarn dev
To view the project open http://localhost:3000
- Fork this repository
- Create your branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
Consider contributing to the original TypeScript Starter, which you can find here.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.