This repo contains the front-end implementation of Chamedoon Landing Page.
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.
Note: If you've done this Getting Started part earlier, just jump to How To Run Project
In order to run the project locally, first you need to have Node.js and npm installed. To make sure you have them installed, run the following commands in your terminal or cmd or powershell:
$ npm -v
$ node -v
If they are not installed, visit this Download Page..
With npm and Node.js installed, you can run the project, but it is recommended to install yarn, as well. You can check if you have it installed using the following command:
$ yarn -v
If not, you can go through installation guide in this Download Page.
Now you need to clone the project from GitLab repo on your computer:
$ git clone https://github.com/RezPaz78/JavaScript-Todo.git
First, you need to open your terminal, cmd or powershell in project root directory. Then, in order to install desired packages from package.json run the following command:
Note: if you do not have yarn installed:
$ npm install
Note: if you have yarn installed:
$ yarn install
Now, wait for installation to be complete :))
You can update your installed libraries and packages using the following command in the project root directory:
Note: if you do not have yarn installed:
$ npm update
Note: if you have yarn installed:
$ yarn upgrade
And wait for the process to be completed.
Now, you have to create the bundle file using the following commands:
Note: if you do not have yarn installed:
$ npm build
Note: if you have yarn installed:
$ yarn build
And wait for the process to be completed.
Now you have everything set up for running the project. Use the following command in the same directory to run the project:
Note: if you do not have yarn installed:
$ npm start
Note: if you have yarn installed:
$ yarn start
And you're good to go!!
- JavaScript - As the programming language
- Bootstrap - for styling
- Reza Pazan - Telegram - rezapazan@rocketmail.com