Skip to content

samdem-ai/anime-sekai

Repository files navigation

anime Sekai

this is my anime website project called anime Sekai

i made it because i was so sick from those anime websites that have an infinite amount of ads

Links

Screenshots

Home Page

Available Commands

In the project directory, you can run: npm run dev to start the dev server

npm run start" : "next start",

The app is built using create next-app so this command Runs the app in Development mode. Open http://localhost:3000 to view it in the browser. You also need to run the server file as well to completely run the app. The page will reload if you make edits. You will also see any lint errors in the console.

"npm run build": "react-scripts build",

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app will be ready to deploy!

"npm run test": "react-scripts test",

Launches the test runner in the interactive watch mode.

"npm run dev": "concurrently "nodemon server" "npm run start",

For running the server and app together I am using concurrently this helps a lot in the MERN application as it runs both the server (client and server) concurrently. So you can work on them both together.

"serve": "node server"

For running the server file on you can use this command.

npm run serve

Built With

  • JavaScript
  • Node
  • Next js
  • NPM
  • Webpack
  • HTML
  • CSS
  • Bootstrap
  • Plyr
  • streamSaver

Future Updates

  • account login
  • downloading videos

Author

Samy Debaili

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!