/react-dashboard

Dashboard page awesome theme with ReactJS, TailwindCSS, viteJS

Primary LanguageJavaScriptMIT LicenseMIT

React Starter Kit: Basics

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

just-the-basics

🚀 Project Structure

Inside of your React project, you'll see the following folders and files:

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:5321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying