/nasa-apod-gallery

A photo gallery for NASA's Astronomy Picutre of the Day (APOD)

Primary LanguageTypeScript

nasa-apod-gallery

This project is created with Create Hotdog App.

Setup

This project requires Visual Studio Code and Yarn 1.

VS Code extensions

Open the project with VS Code, and installed the recommended extensions following the pop-up prompt. Alternatively, go to the extension tab on the left and search @recommended, then click Install Workspace Recommended Extensions.

Scripts

dev

Start a development server at http://localhost:3000 using Webpack Dev Server

yarn dev

build

Builds the app for production to the dist folder using Babel and Webpack

Make sure to fill in the homepage field in package.json. The build script will use the homepage to generate paths to static files in index.html. The dafault path is / if homepage field is not specified.

yarn build