Skip to content

spertusatti/githubactions_codenoobs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github actions for begginers

This template has all the necessary frontend setup, packages, styling, and components.

Main technologies used

  • React: A JavaScript library for building user interfaces.
  • CSS: Css structure with good practises.

Getting started

In the project directory, you can run:

  1. Install all the dependencies using Npm

    $ npm install
  2. Run the project, use the following command:

    To start the project at localhost:3000, use:

    $ npm start
  3. Build the project for a production environment.

    $ npm build

Frontend

The src folder in the src folder holds the react app for the application. There are three sub-folders as shown below.

  • components: All the components, pages, and functions of the application are located in this folder.
  • services: All the services of the application are located in this folder.
  • tests: All the tests of the applications are located in this folder.

The following features/components are included: main container for site, header, and the table with which we are going to work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • HTML 9.6%
  • CSS 3.5%