/rocketseat-site

The application consists of making a company website. Was developed as a challenge for the Rocketseat Bootcamp Launchabase introduction module.

Primary LanguageNunjucksMIT LicenseMIT

Access the application here πŸ‘‰ Rocketseat

πŸ“‹ Index


πŸ“„ About

This application was developed as a challenge for the Rocketseat Bootcamp Launchabase introduction module. The application consists of making a company website, where information such as contact (phone, email), social networks and available courses are presented. Course data is presented dynamically using the Nunjucks tool to integrate BackEnd with FrontEnd


πŸ–₯ Technologies used

Front-End

Back-End


πŸ“¦ Download and run the project

Note: To perform the procedures below on your terminal it is necessary to have Git and NodeJS or Yarn installed on the machine.

- With npm

    # Clone the repository
    $ git clone https://github.com/willian-souza/rocketseat-site

    # Enter the downloaded directory
    $ cd rocketseat-site

    # Install all dependencies        
    $ npm install 

    # Run the application
    $ npm start

- With yarn

    # Clone the repository
    $ git clone https://github.com/willian-souza/rocketseat-site

    # Enter the downloaded directory
    $ cd rocketseat-site

    # Install all dependencies        
    $ yarn

    # Run the application
    $ yarn start

Open http://localhost:3000 with your browser to see the result.


πŸ“ License

This project is under license MIT. See the archive LICENSE for more details.


Developed by Willian dos Santos Souza