This is a simple instagram like image and post sharing web app where user can follow another user view their profile like post and create post
This article provides information on how to build a Svelte project using the create-svelte tool. It includes instructions on project creation, development, and building, with details on adapting the project for different environments.
To create a Svelte project, follow these steps:
npm install -g create-sveltecreate-svelte my-projectTo start the development server:
npm installnpm run devTo build the Svelte app:
npm run build will generate a Node app that can be run using node build.For more details on adapters, refer to the adapter documentation.
This article provides a comprehensive guide on how to build a Svelte project using the create-svelte tool. It covers project creation, development, and building, with specific information on adapting the project for different environments using Svelte adapters. The article is a useful resource for developers looking to work with Svelte and improve their project deployment process.