Skip to content

codervinod123/tweet_here_frontend

Repository files navigation

File Structure

📦website-dashboard
 ┣ 📂helpers          Any script that acts as helper will go here
 ┃ ┗ 📜loadENV.js
 ┣ 📂task             /task/create where new task can created
 ┃ ┣ 📜index.html
 ┃ ┣ 📜script.js
 ┃ ┗ 📜style.css
 ┣ 📂wallet           /wallets where wallet information from crypto site can be fetched
 ┃ ┣ 📜index.html
 ┃ ┣ 📜script.js
 ┃ ┗ 📜style.css
 ┣ 📜index.html       / Homepage for website-dashboard
 ┗ 📜style.css        Styles for Home page
 ┣ 📜.gitignore
 ┣ 📜.prettierrc.json
 ┣ 📜CONTRIBUTING.md    Contains information for contributing to the repository
 ┣ 📜package-lock.json
 ┣ 📜package.json
 ┣ 📜README.md          README file for the repository
 ┗ 📜server.js          Helpful for hoisting service

Starting Local Development

Fork repository from

Local Development Setup

Install all the packages using the following command:

npm install

Confirm correct configuration setup

This command should be successful, before moving to development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages