Skip to content

juancho20sp/final-ayed-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend AYED

What is this?

This is a repository for all the files used to create a basic React App.

Is it deployed yet?

Absolutely! If you want to see de production version of this project just click this link.

Getting Started

Prerequisites

For running this project you need to have node installed in your computer. In order to check if you have node installed, simply type in the command line:

node --version

If you need to install node, visit this link.

Installing

  • Clone this git repository into your computer.
# In your root folder:

git clone https://github.com/juancho20sp/final-ayed-frontend.git
  • Install all the dependencies needed.
// If NPM is your package manager (default):
npm install

// If yarn is your package manager:
yarn install

Running the development server

  • On the command line:
// If NPM is your package manager (default):
npm start

// If yarn is your package manager:
yarn start

Built With

  • React.js - As the main programming language.

Author

License

This is an open source project.

Thanks for checking out!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published