A sleek and modern UI Crypto WebApp made with NextJS
Before you begin, ensure you have the following tools installed:
Follow these steps to set up and run the project locally.
Clone the repository:
git clone https://github.com/watermelonich/NextJS-Crypto-WebApp.gitNavigate to the project directory:
cd NextJS-Crypto-WebApp-mainInstall dependencies:
npm installIn the project directory, you can run the following scripts:
Runs the app in development mode. Open http://localhost:3000 in your browser to view it.
Builds the app for production to the build folder.
Starts the app in production mode. Make sure to run npm run build or yarn build before using this command.