In the project directory you can run:
Runs the app in the development mode. By default, it is accessible at http://localhost:3000
Launches the test runner.
Builds the app for production to the dist
folder.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
Make sure you have Node.js 14, npm, and Docker installed.
- Install dependencies
npm install
- Generate Prisma client
npm run prisma:generate
- Start database in Docker
npm run docker:db
- Initiate the database
npm run db:init
- Start the server
npm start
You can learn more in the Amplication documentation.