A delightful starter kit for Vue.js with beautiful code written in TypeScript.
Made with ❤️ by w3tech and contributors
TODO
You need to set up your development environment before you can do anything.
Install Node.js and NPM
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
Install yarn globally
npm install yarn -g
Fork or download this project. Configure your package.json for your new project.
Then copy the .env.example
file and rename it to .env
.
Go to the project dir and start your app with this npm script.
yarn serve
- express-typescript-boilerplate - A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch.
- aurelia-typescript-boilerplate - An Aurelia starter kit with TypeScript