Discover Proven Strategies and Techniques to Master a New Language Quickly and Effectively
The efficient method of learning a language!
Make sure you have Node.js installed. Run this followed commands:
# Copy environment variables
cp .env.example .env
# Install dependencies (only the first time)
npm install
# Create database tables synced with schema
npm run db:push
# Add some seed data
npx prisma db seed
# Run the local server at localhost:3000
npm run dev
# Build for production in the dist/ directory
npm run build
If you want to say thank you and/or support the active development of example:
- Add a GitHub Star to the project.
- Tweet about the project on your Twitter.
- Write a review or tutorial on Medium, Dev.to or personal blog.
- Support the project by donating a cup of coffee.
MIT License Copyright (c) 2023 Saheb Giri.