Skip to content

Mk4Levi/MK-Newsletter-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MK-Signup-Page for Newsletters

=> This is a signup page for accessing weekly Newsletter on Development and Web-3 related topics

Getting Started

  1. To get started with this project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/Mk4Levi/MK-Newsletter-Page.git
  1. Navigate to the Project's directory :
cd MK-Newsletter-Page
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run dev
  1. Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:3000

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── public
│     └──images
|     └──css
├── app.js
├── date.js
├── signup.html
├── success.html
├── failure.html
├── README.md
├── package.json
├── package-lock.json
├── .gitignore
├── .gitattributes
├── .eslintrc.json

Thank You