This is a template for quickly setting up a new Ember project with TypeScript, Tailwind CSS, Vite, and Ember-Broider. You can either clone the pre-configured project or use the provided shell script to set up a new project.
You will need the following things properly installed on your computer.
Clone the repository:
git clone https://github.com/macTracyHuang/ember-ts-tailwind-vite-template.git
cd ember-ts-tailwind-vite-template/myproject
Install dependencies:
npm install
Run the Ember project with rebuilding:
npm exec vite
Clone the repository:
git clone https://github.com/macTracyHuang/ember-ts-tailwind-vite-template.git
cd ember-ts-tailwind-vite-template
Make the script executable:
chmod +x setup-ember-project.sh
Run the script with your desired project name (or use the default myproject
):
./setup-ember-project.sh customprojectname