Skip to content

pet-informatica/programa-de-ferias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programa de Férias

The website is published under gh-page branch.

Dependencies

In order to manage project dependencies, you will need first to install Node.js. Then, run

  • npm install

To install all the project dependencies, such as UI frameworks and React.

Development

For React to work, you will need to setup a webserver. You can do it by simply running

  • npm start

You can then open your browser and navigate to http://localhost:3000/ to see the website live.

Production

When website is ready to be published on the web, just run

  • npm run deploy

it will automatically publish the website under the gh-page branch.

UI Framework

All the website design is built along with Semantic UI React. You can see the docs in order to learn how to construct new components.