Once you've created a project and installed dependencies with npm install
, start a development server:
npm start
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.