mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
- `npm start` only starts the applications and requires that `npm run build` is already run - `npm run dev-server` runs the build and starts the server with nodemon - update README
694 B
694 B
Sharetribe Starter App
[TODO]
Getting started
Clone this repository and install dependencies:
yarn
Development
To develop the application and to see changes live, start the frontend development server:
npm run dev
Development Server
To develop the server setup, run:
npm run dev-server
This runs the frontend production build and starts the Express.js
server in server/index.js that renders the application routes in the
server. The server is automatically restarted when there are changes
in the server/ directory.
Not that this server does not pick up changes in the frontend application code.
Production Server
npm run build
npm start