Skip to content

baolongdev/ProjectPapersane

Repository files navigation

# Vite + ReactJS + TS + TailwindCSS Template Project React Application Template. ## Features - Zero-config: Works out of the box without the need to install any other compiler or plugins - Supports ES2015 syntax + features (`export`, `import`, `async`, `await`, `Promise`, ...) - Supports TailwindCSS class names ## Prerequisites - [`node.js`](https://nodejs.org) ## Installation Clone the repository to a directory with a name of your choice f.e. your-project-name: ``` git clone git@github.com:ttarnowski/vite-react-ts-tailwind-template.git your-project-name ``` Change directory to the newly created project: ``` cd your_project_name ``` Open `package.json` and change this line: ``` "name": "vite-react-ts-tailwindcss-template", ``` To: ``` "name": "your-project-name", ``` And run: ``` npm install ``` or: ``` yarn ``` ## Usage Run: ``` npm run dev ``` or: ``` yarn dev ``` ## Licence MIT. # ProjectPapersane

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors