Skip to content

zakirkun/animexninja

 
 

Repository files navigation

Anime Web App with Reactjs.

Check it live here

www.animex.ninja

Thumbnail

An Anime Streaming web app to give you a better experience for free.

Api Reference

  • API REPO This api is being used in this project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

FIRST YOU NEED TO CLONE API REPO AND RUN IT. You need to note api local host url. Create an .env.local file on the root of the project and put your local host url

BASE_URL=YOUR_LOCALHOST_API_URL 

Installing

Clone the Repository and run

npm install
npm run dev

Deployment

To deploy simply run

npm run build
npx next export

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Credits

Authors

License

MIT

About

Anime Streaming Web App built with NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • CSS 6.9%