Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

flanb/CubArt

Repository files navigation

Developing

Once you've created a project and installed dependencies with npm install, start a development server:

npm start

Building

npm run build

You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.