Skip to content

Application to help you choose the right path for free assistance. Government project.

Notifications You must be signed in to change notification settings

DarekMazur/freeCounselingGov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Świętokrzyski Urząd Wojewódzki

System Nieodpłatnej Pomocy

Version: 1.0.0

Live: app

💨 About app

System Nieodpłatnej Pomocy is a government project offering free counseling to people whose situation prevents them from receiving commercial assistance. The application presents the project's main principles and helps choose the best form of assistance for the user.

🚀 Quick start

  1. Requirement

    • npm (v8.1.0)
  2. Installation

    To install application navigate to app's directory and use npm command

    cd app-main-dir/
    npm install
    npm run build
  3. Developer mode

    You can run app in developer mode by using command

    npm start

    Application will run on port 3000 (localhost:3000)

  4. Tech stack:

  • React.js
  • HTML (JSX)
  • CSS (CSS-in-JS: styled components)
  1. What's inside?

A quick look at the top-level files and directories in project.

.
├── public
├── src
├── package-lock.json
├── package.json
├── .eslintrc
├── .prettierrc
└── README.md
  • /public: This directory will contain index.html, manifest and bundled code

  • /src: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. src is a convention for “source code”.

  • package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  • package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  • README.md: A text file containing useful reference information about your project.

  • .eslintrc: linter (eslint) configuration file

  • .prettierrc: code formatter (prettier) configuration file

About

Application to help you choose the right path for free assistance. Government project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages