Working Environment, Project | Ergonomics and Aerosol Technology
- Set up environment variables, e.g.
npm run env:pull - Create postgres database, e.g.
npm run db:pull - Install dependencies:
npm run install:all(or install separately:npm install,cd client && npm install,cd ../server && npm install) - Start both client and server:
npm start- Or start separately:
npm run client:serve(frontend) andnpm run server:start(backend)
- Or start separately: