Getting started with front-end development is quite simple. Just install the dependencies and you'll have pretty much everything installed on your machine. To do so, install the following steps:
In your terminal, type:
npm run install
# or
yarn install
To run your environment add the command below:
npm run dev
# or
yarn dev
To build the entire application in production it is necessary to run the command below:
npm run build
# or
yarn build
Vite gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.
- Vite - Vite center.
- Vite documentation - Official Vite documentation.
- Changelog - Find out about the Strapi product updates, new features and general improvements.
Feel free to check out the Vite GitHub repository. Your feedback and contributions are welcome!
- Dev.to - Come chat with the Vite community.
- Discord - Place to discuss, ask questions and find answers, show your Vite project and get feedback or just talk with other Community members.
- Twitter - Awesome twitter community on Vite.
🤫 Psst! Vite is hiring.