Skip to content

anishk23733/astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Astro

The official project page can be found here. Visit a live version of the site at astro.anishkachinthaya.com.

Available Scripts

In the project directory, you can run:

npm run start

Runs the web app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.You will also see any lint errors in the console.

npm run dev

Runs the Electron app in the development mode.

The desktop app will reload if you make edits. You will also see any lint errors in the console.

npm run react-build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

npm run build

Builds the app for distribution to the dist folder. It correctly bundles React in production mode and packages the Electron app for both Windows and macOS.s

Learn More

You can learn more in the Official Project Page.